Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cffi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
cffi
Commits
78c880fa
Commit
78c880fa
authored
2 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
issue 555
Incorrect brew installation setup
parent
0edacf7e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/installation.rst
+4
-2
4 additions, 2 deletions
doc/source/installation.rst
with
4 additions
and
2 deletions
doc/source/installation.rst
+
4
−
2
View file @
78c880fa
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment