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

afayolle at codespeak.net afayolle at codespeak.net
Wed Nov 29 17:01:30 CET 2006


Author: afayolle
Date: Wed Nov 29 17:01:28 2006
New Revision: 35128

Added:
   pypy/dist/pypy/doc/README.Debian
Log:
a few notes about Debian and pypy. Work in progress

Added: pypy/dist/pypy/doc/README.Debian
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/README.Debian	Wed Nov 29 17:01:28 2006
@@ -0,0 +1,25 @@
+===============
+Pypy and Debian
+===============
+
+Dependencies
+------------
+
+The following debian packages are useful when working with pypy:
+
+- python2.4 (of course)
+- libgc-dev (boehm garbage collector)
+- mono-gmcs (CLI backend
+- llvm-cfe (llvm backend)
+- spidermonkey-bin (javascript backend)
+- (to be continued)
+
+Quirks and tips
+---------------
+
+llvm backend
+~~~~~~~~~~~~
+
+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.



More information about the Pypy-commit mailing list