[pypy-svn] pypy default: Add "make" as a dependency.

arigo commits-noreply at bitbucket.org
Thu Mar 17 17:00:33 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r42733:dccecf1ef5a8
Date: 2011-03-17 12:00 -0400
http://bitbucket.org/pypy/pypy/changeset/dccecf1ef5a8/

Log:	Add "make" as a dependency.

diff --git a/pypy/doc/getting-started-python.txt b/pypy/doc/getting-started-python.txt
--- a/pypy/doc/getting-started-python.txt
+++ b/pypy/doc/getting-started-python.txt
@@ -38,7 +38,7 @@
 1. Install dependencies.  You need (these are Debian package names,
    adapt as needed):
 
-   * ``gcc``
+   * ``gcc`` and ``make``
    * ``python-dev``
    * ``python-ctypes`` if you are still using Python2.4
    * ``libffi-dev``


More information about the Pypy-commit mailing list