Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r80544:517d899354de Date: 2015-11-05 11:20 +0000 http://bitbucket.org/pypy/pypy/changeset/517d899354de/
Log: Merged in int_0/pypy/int_0/i-need-this-library-to-build-on- ubuntu-1-1446717626227 (pull request #355) 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``. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit