Author: Armin Rigo <[email protected]> Branch: Changeset: r1329:2162ca1d7b7e Date: 2013-08-01 17:49 +0200 http://bitbucket.org/cffi/cffi/changeset/2162ca1d7b7e/
Log: Fix the doc diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -134,7 +134,8 @@ ``libffi`` is notoriously messy to install and use --- to the point that CPython includes its own copy to avoid relying on external packages. -CFFI does the same for Windows, but (so far) not for other platforms. +CFFI does the same for Windows, but not for other platforms (which should +have their own working libffi's). Modern Linuxes work out of the box thanks to ``pkg-config``. Here are some (user-supplied) instructions for other platforms. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
