Merge "Update setup docs with Fedora 19+ dependencies"

This commit is contained in:
Jenkins 2014-07-29 04:30:58 +00:00 committed by Gerrit Code Review
commit b6efac529f

View File

@ -43,6 +43,7 @@ And that you have the following tools available on your system:
- setuptools_
- pip_
- msgfmt (part of the gettext package)
- virtualenv_
**Reminder**: If you're successfully using a different platform, or a
different version of the above, please document your configuration here!
@ -86,9 +87,9 @@ Ubuntu 12.04::
$ sudo apt-get install python-dev libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev libffi-dev
Fedora 15::
Fedora 19+::
$ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap sqlite-devel openldap-devel
$ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap sqlite-devel openldap-devel python-devel libxslt-devel openssl-devel
Mac OS X 10.9 (requires Homebrew_)::