Skip to content

Commit 70bc75f

Browse files
authored
Merge pull request #321 from abergeron/mac_doc
Add message for /usr/local for macOS.
2 parents 041de20 + 7d7bf1d commit 70bc75f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ macOS.
131131
It might be possible to use a version of gcc built using Homebrew or
132132
MacPorts, but this is untested and unsupported.
133133

134+
It appears that on some versions, /usr/local is not in the default
135+
compiler paths so you might need to add ``-L /usr/local/lib -I
136+
/usr/local/include`` to the ``setup.py build`` command.
137+
138+
134139
Windows-specific instructions
135140
-----------------------------
136141

0 commit comments

Comments
 (0)