From 293e89e2daca83673678e5b1635350c2dd3fd889 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 30 Nov 2014 23:21:47 +0000 Subject: [PATCH] re-add OSX troubleshooting instructions (not sure how they got lost) --- README.rst | 3 +++ 1 file changed, 3 insertions(+) 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 =======================