Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r66253:39b9309d3050
Date: 2013-08-20 13:53 +0200
http://bitbucket.org/pypy/pypy/changeset/39b9309d3050/

Log:    List of dependencies on the SLES11 platform (thanks Riccardo on
        pypy-dev)

diff --git a/pypy/doc/getting-started-python.rst 
b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -57,6 +57,12 @@
      zlib-devel bzip2-devel ncurses-devel expat-devel \
      openssl-devel gc-devel python-sphinx python-greenlet
 
+   On SLES11:
+
+     $ sudo zypper install gcc make python-devel pkg-config \
+     zlib-devel libopenssl-devel libbz2-devel sqlite3-devel \
+     libexpat-devel libffi-devel python-curses
+
    The above command lines are split with continuation characters, giving the 
necessary dependencies first, then the optional ones.
 
    * ``pkg-config`` (to help us locate libffi files)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to