Author: Armin Rigo <ar...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to