Эх сурвалжийг харах

[DOC] Updated dev and build dependency.

* Added libsasl2-dev and maven2
bc Wong 14 жил өмнө
parent
commit
7c11738d23
2 өөрчлөгдсөн 7 нэмэгдсэн , 2 устгасан
  1. 5 2
      README.rst
  2. 2 0
      docs/manual.txt

+ 5 - 2
README.rst

@@ -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
@@ -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

+ 2 - 0
docs/manual.txt

@@ -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
 ~~~~~~~~~~