Skip to content
Snippets Groups Projects
Commit 78c880fa authored by Armin Rigo's avatar Armin Rigo
Browse files

issue 555

Incorrect brew installation setup
parent 0edacf7e
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
MacOS X
+++++++
**Homebrew** (Thanks David Griffin for this)
**Homebrew** (Thanks David Griffin and Mark Keller for this)
1) Install homebrew: http://brew.sh
......@@ -110,7 +110,9 @@
::
brew install pkg-config libffi
PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig pip install cffi
PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig pip install --no-binary cffi cffi
(the ``--no-binary cffi`` might be needed or not.)
Alternatively, **on OS/X 10.6** (Thanks Juraj Sukop for this)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment