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

afayolle at codespeak.net afayolle at codespeak.net
Wed Nov 29 17:22:16 CET 2006


Author: afayolle
Date: Wed Nov 29 17:22:13 2006
New Revision: 35130

Modified:
   pypy/dist/pypy/doc/README.Debian
Log:
updated with feedback from #pypy

Modified: pypy/dist/pypy/doc/README.Debian
==============================================================================
--- pypy/dist/pypy/doc/README.Debian	(original)
+++ pypy/dist/pypy/doc/README.Debian	Wed Nov 29 17:22:13 2006
@@ -5,15 +5,27 @@
 Dependencies
 ------------
 
-The following debian packages are useful when working with pypy:
+The following debian packages are required when working with pypy:
 
 - python2.4 (of course)
+- python2.4-dev (for the C backend)
+- gcc (for the C backend)
 - libgc-dev (boehm garbage collector)
 - mono-gmcs (CLI backend
 - llvm-cfe (llvm backend)
 - spidermonkey-bin (javascript backend)
+- gcl-dev (for the common LISP backend) (to be confirmed)
 - (to be continued)
 
+Squeak (for the smalltalk backend) is not included in Debian, but
+packages are available. See the `squeak wiki` for details.
+
+
+
+Recommended packages include:
+
+- python-pygame (to display translation graphs)
+
 Quirks and tips
 ---------------
 
@@ -23,3 +35,6 @@
 The translation using the llvm backend needs llvm-gcc to be in the
 PATH. You will need to add /usr/lib/llvm/llvm-gcc4/bin to you PATH
 environment variable.
+
+
+.. `squeak wiki`: http://minnow.cc.gatech.edu/squeak/3616



More information about the Pypy-commit mailing list