[pypy-svn] r55422 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri May 30 14:20:21 CEST 2008


Author: arigo
Date: Fri May 30 14:20:20 2008
New Revision: 55422

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Mention the need for ctypes (thanks \3TATUK)


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Fri May 30 14:20:20 2008
@@ -583,7 +583,7 @@
 Dependencies: this will compile all supported built-in modules, some of
 which have external dependencies.  On a Debian Linux, for example, you
 need to install the following packages: a full C compiler like gcc;
-``python-dev``; ``libffi-dev, libz-dev, libbz2-dev``.
+``python-dev, python-ctypes``; ``libffi-dev, libz-dev, libbz2-dev``.
 
 This whole process will take some time and quite a lot of memory (around
 1GB).  It creates an executable ``pypy-c`` in the current directory.



More information about the Pypy-commit mailing list