[pypy-commit] pypy default: list libgc-dev (it used to be listed somewhere, but was forgotten)

arigo pypy.commits at gmail.com
Thu Apr 21 04:13:44 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r83802:659dd035cdd4
Date: 2016-04-21 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/659dd035cdd4/

Log:	list libgc-dev (it used to be listed somewhere, but was forgotten)

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -102,7 +102,7 @@
 
     apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
     libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev libgdbm-dev \
-    tk-dev
+    tk-dev libgc-dev
 
 For the optional lzma module on PyPy3 you will also need ``liblzma-dev``.
 


More information about the pypy-commit mailing list