[pypy-svn] r36466 - pypy/dist/pypy/doc
afayolle at codespeak.net
afayolle at codespeak.net
Thu Jan 11 12:46:47 CET 2007
Author: afayolle
Date: Thu Jan 11 12:46:47 2007
New Revision: 36466
Modified:
pypy/dist/pypy/doc/README.Debian
Log:
updated after discussion with various sprint participants
Modified: pypy/dist/pypy/doc/README.Debian
==============================================================================
--- pypy/dist/pypy/doc/README.Debian (original)
+++ pypy/dist/pypy/doc/README.Debian Thu Jan 11 12:46:47 2007
@@ -9,9 +9,12 @@
- python2.4 (of course)
- python2.4-dev (for the C backend)
+- python-ctypes
+- libbz2-dev
- gcc (for the C backend)
- libgc-dev (boehm garbage collector)
-- mono-gmcs (CLI backend
+- mono-gmcs (CLI backend) NOTE: the version 1.2 currently in debian is
+ reported not to work, and 1.1.17 is recommended
- llvm-cfe (llvm backend)
- spidermonkey-bin (javascript backend)
- gcl-dev (for the common LISP backend) (to be confirmed)
@@ -24,7 +27,22 @@
Recommended packages include:
-- python-pygame (to display translation graphs)
+- python-pygame, graphviz (to display translation graphs)
+- ledit is nice too (to get readline in translated interpreters)
+
+
+The full apt-get line is:
+
+apt-get install python2.4-dev python-ctypes python-pygame graphviz libz2-dev libgc-dev gcc
+
+If you want to work on specific backends:
+
+apt-get install llvm-cfe
+apt-get install spidermonkey-bin
+apt-get install gcl-dev
+apt-get install mono-gmcs=1.1.17.1-1 # deb http://snapshot.debian.net/archive pool mono
+
+
Quirks and tips
---------------
More information about the pypy-svn
mailing list