From fd36f1f3b9adf809af77cb67a0180d00326b0718 Mon Sep 17 00:00:00 2001 From: Ionuț Arțăriși Date: Thu, 19 Jan 2012 11:32:49 +0100 Subject: add instructions for setting up a devenv on openSUSE 11.4 and 12.1 Change-Id: I171aba035326159a3d3fa0e2630dc21b1e6f0751 --- AUTHORS | 1 + doc/source/setup.rst | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f90e7b7a..9a9aa5d8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Ed Leafe Edouard Thuleau Eoghan Glynn gholt +Ionuț Arțăriși jabdul James E. Blair Jason Cannavale diff --git a/doc/source/setup.rst b/doc/source/setup.rst index e608f09e..5b9976bb 100644 --- a/doc/source/setup.rst +++ b/doc/source/setup.rst @@ -31,7 +31,7 @@ Prerequisites This document assumes you are using: -- Ubuntu 11.10, Fedora 15, or Mac OS X Lion +- Ubuntu 11.10, Fedora 15, openSUSE 11.4, 12.1 or Mac OS X Lion - `Python 2.7`_ .. _`Python 2.7`: http://www.python.org/ @@ -83,6 +83,10 @@ Fedora 15:: $ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap +openSUSE 11.4, 12.1:: + + $ sudo zypper in python-devel python-xml gcc libxslt-devel python-ldap openldap2-devel + Mac OS X Lion (requires MacPorts_):: $ sudo port install py-ldap -- cgit