Author: Martin Matusiak <[email protected]>
Branch: improve-docs-fixes
Changeset: r72665:1c82abf52290
Date: 2014-08-03 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/1c82abf52290/
Log: restore lzma instructions to the common section
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 (required for Python 3.3 and later)
+ liblzma
+
sqlite3
libsqlite3
@@ -81,11 +84,15 @@
apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev
+For Python 3.3 you will also need ``liblzma-dev``.
+
On Fedora::
yum install gcc make libffi-devel pkgconfig zlib-devel bzip2-devel \
lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
+For Python 3.3 you will also need ``xz-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
find them you may need to run::
@@ -93,26 +100,6 @@
xcode-select --install
-Python 3.3
-~~~~~~~~~~
-
-For versions of PyPy that implement Python 3.3 and later you will
-also need:
-
-lzma
- liblzma
-
-On Debian. install it using::
-
- apt-get install liblzma-dev
-
-On Fedora::
-
- yum install xz-devel
-
-TODO: Mac OS X
-
-
Run the translation
-------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit