Author: Manuel Jacob <[email protected]>
Branch: improve-docs
Changeset: r72744:05c45f0263f7
Date: 2014-08-09 23:23 +0200
http://bitbucket.org/pypy/pypy/changeset/05c45f0263f7/

Log:    Copy paragraph about installing build time dependencies on SLES11
        from default to pypy/doc/build.rst.

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -93,6 +93,14 @@
 
 For the optional lzma module on PyPy3 you will also need ``xz-devel``.
 
+On SLES11::
+
+    zypper install gcc make python-devel pkg-config \
+    zlib-devel libopenssl-devel libbz2-devel sqlite3-devel \
+    libexpat-devel libffi-devel python-curses
+
+For the optional lzma module on PyPy3 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::
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to