Skip to content

Commit

Permalink
[DOC] Updated dev and build dependency.
Browse files Browse the repository at this point in the history
* Added libsasl2-dev and maven2
  • Loading branch information
bc Wong committed Mar 4, 2011
1 parent 502f42f commit 7c11738
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Development Prerequisites
1. On your host system, you need to have the python "virtualenv" package
installed.

2. Also, you'll need these library development packages installed on your
system:
2. Also, you'll need these library development packages and tools installed on
your system:

Debian:
* gcc
Expand All @@ -66,14 +66,17 @@ Development Prerequisites
* libsqlite3-dev
* libxml2-dev
* libxslt-dev
* maven2
* python-dev
* python-setuptools
* python-simplejson

CentOS:
* cyrus-sasl-devel
* gcc
* libxml2-devel
* libxslt-devel
* maven2
* mysql
* mysql-devel
* python-devel
Expand Down
2 changes: 2 additions & 0 deletions docs/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ Redhat,Debian
gcc,gcc
libxml2-devel,libxml2-dev
libxslt-devel,libxslt-dev
cyrus-sasl-devel,libsasl2-dev
mysql-devel,libmysqlclient-dev
python-devel,python-dev
python-setuptools,python-setuptools
python-simplejson,python-simplejson
sqlite-devel,libsqlite3-dev
ant,ant
~~~~~~~~~~
Expand Down

0 comments on commit 7c11738

Please sign in to comment.