# HG changeset patch
# User Armin Rigo <arigo@tunes.org>
# Date 1286536687 0
#      Fri Oct 08 11:18:07 2010 +0000
# Branch extradoc
# Node ID 6751d5c6d520c51ee524d72b32c38007e4fb1c96
# Parent  731e22b6fe11768a7b2b6f181e8a6f26f8af716e
Add a link to source dependencies.

diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -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!)