[pypy-svn] r77715 - pypy/extradoc/pypy.org/source

arigo at codespeak.net arigo at codespeak.net
Fri Oct 8 13:18:08 CEST 2010


Author: arigo
Date: Fri Oct  8 13:18:07 2010
New Revision: 77715

Modified:
   pypy/extradoc/pypy.org/source/download.txt
Log:
Add a link to source dependencies.


Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Fri Oct  8 13:18:07 2010
@@ -174,11 +174,15 @@
 
    .. __: http://codespeak.net/pypy/trunk/pypy/doc/windows.html
 
-2. Enter the ``goal`` directory::
+2. Make sure you installed the dependencies.  See the list here__.
+
+   .. __: http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter
+
+3. Enter the ``goal`` directory::
 
      cd pypy-trunk/pypy/translator/goal
 
-3. Run the ``translate.py`` script.  Here are the common combinations
+4. Run the ``translate.py`` script.  Here are the common combinations
    of options::
 
      python translate.py -Ojit                # get the JIT version
@@ -187,7 +191,7 @@
      python translate.py --stackless          # get the stackless version
      python translate.py -Ojit --backend=cli  # only for branch/cli-jit
 
-4. Enjoy Mandelbrot ``:-)``  It takes on the order of one hour to
+5. Enjoy Mandelbrot ``:-)``  It takes on the order of one hour to
    finish the translation, and 1.3 GB of RAM on a 32-bit system.
    (Do not start a translation on a machine with 1GB or less!)
 



More information about the Pypy-commit mailing list