diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-30 23:21:47 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 18:01:16 +0000 |
commit | 293e89e2daca83673678e5b1635350c2dd3fd889 (patch) | |
tree | 179ba61a25eb41a468e74739abe338a2d2009735 | |
parent | fix IO::Async abuse - thanks leo (diff) | |
download | synapse-293e89e2daca83673678e5b1635350c2dd3fd889.tar.xz |
re-add OSX troubleshooting instructions (not sure how they got lost)
-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 ======================= |