[pypy-commit] cffi default: Add libffi as a dependency.

arigo noreply at buildbot.pypy.org
Thu Jun 14 23:03:26 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r356:39afa116a4a6
Date: 2012-06-14 23:03 +0200
http://bitbucket.org/cffi/cffi/changeset/39afa116a4a6/

Log:	Add libffi as a dependency.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -44,10 +44,12 @@
 
 Requirements:
 
-* Python 2.6 or 2.7
+* Python 2.6 or 2.7 (you need ``python-dev``)
 
 * pycparser 2.06: http://code.google.com/p/pycparser/
 
+* libffi (you need ``libffi-dev``)
+
 Download and Installation:
 
 * https://bitbucket.org/cffi/cffi/downloads


More information about the pypy-commit mailing list