[pypy-commit] pypy int_0/i-need-this-library-to-build-on-ubuntu-1-1446717626227: I need this library to build on Ubuntu 14

int_0 noreply at buildbot.pypy.org
Thu Nov 5 06:19:42 EST 2015


Author: Tobias Diaz <tobias.deb at gmail.com>
Branch: int_0/i-need-this-library-to-build-on-ubuntu-1-1446717626227
Changeset: r80543:5f2613378382
Date: 2015-11-05 10:05 +0000
http://bitbucket.org/pypy/pypy/changeset/5f2613378382/

Log:	I need this library to build on Ubuntu 14

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -85,13 +85,16 @@
 _ssl
     libssl
 
+gdbm
+    libgdbm-dev
+
 Make sure to have these libraries (with development headers) installed before
 building PyPy, otherwise the resulting binary will not contain these modules.
 
 On Debian, this is the command to install all build-time dependencies::
 
     apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
-    libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev
+    libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev libgdbm-dev
 
 For the optional lzma module on PyPy3 you will also need ``liblzma-dev``.
 


More information about the pypy-commit mailing list