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

arigo at codespeak.net arigo at codespeak.net
Fri May 30 15:48:37 CEST 2008


Author: arigo
Date: Fri May 30 15:48:34 2008
New Revision: 55423

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Need a curses library too.


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 15:48:34 2008
@@ -583,7 +583,8 @@
 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, python-ctypes``; ``libffi-dev, libz-dev, libbz2-dev``.
+``python-dev, python-ctypes``; ``libffi-dev, libz-dev, libbz2-dev,
+libncurses-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