diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-03 18:02:33 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-03 18:02:33 +0000 |
commit | 036516d647c6fbd8ec4642a3308e73f71868b1b3 (patch) | |
tree | 6cfacc683f68a9e9748058335c36e8ee2fa7f83d /README.rst | |
parent | Bump version (diff) | |
parent | Bump changes and version (diff) | |
download | synapse-036516d647c6fbd8ec4642a3308e73f71868b1b3.tar.xz |
Merge branch 'release-v0.5.4' of github.com:matrix-org/synapse v0.5.4
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 0b2b00412d..8459bcac2e 100644 --- a/README.rst +++ b/README.rst @@ -130,6 +130,9 @@ failing, e.g.:: $ pip install --user twisted +On OSX, if you encounter clang: error: unknown argument: '-mno-fused-madd' you +will need to export CFLAGS=-Qunused-arguments. + Running Your Homeserver ======================= |