Author: Martin Matusiak <[email protected]>
Branch: improve-docs-fixes
Changeset: r72660:cbb086cc9406
Date: 2014-08-02 19:52 +0200
http://bitbucket.org/pypy/pypy/changeset/cbb086cc9406/
Log: add lzma to build-time dependencies (required for py3.3)
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -61,6 +61,9 @@
bz2
libbz2
+lzma
+ liblzma
+
sqlite3
libsqlite3
@@ -79,12 +82,12 @@
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
+ liblzma-dev libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev
On Fedora::
yum install gcc make libffi-devel pkgconfig zlib-devel bzip2-devel \
- lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
+ xz-devel lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
On Mac OS X, most of these build-time dependencies are installed alongside
the Developer Tools. However, note that in order for the installation to
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit