diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-10-27 20:47:51 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-10-27 20:47:51 +0000 |
commit | 25a62621195b50886dd8c269e18c45e5bf192b7c (patch) | |
tree | 809d65ef7728a3dbc17c770a46c41c0094c68056 /README | |
parent | 902845eb4ffcf959a3147cc055df65a2914d4592 (diff) |
fix
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,9 +33,9 @@ These are the direct dependencies for running GNUnet: - libgcrypt >= 1.2 - libcurl >= 7.21.0 - libltdl >= 2.2 (part of GNU libtool) -- sqlite >= 3.0 (alternative to MySQL) +- sqlite >= 3.0 (default database) - mysql >= 5.1 (alternative to sqLite) -- postgres >= ??? (not yet supported) +- postgres >= 8.3 (alternative to sqLite) Recommended autotools for compiling the SVN version are: - autoconf >= 2.59 @@ -59,8 +59,8 @@ traversal). GNUnet requires the GNU MP library (http://www.gnu.org/software/gmp/) and libgcrypt (http://www.gnupg.org/). You can specify the path to libgcrypt by passing "--with-gcrypt=PATH" to configure. You will also -need either sqlite (http://www.sqlite.org/) or MySQL -(http://www.mysql.org/). +need either sqlite (http://www.sqlite.org/), MySQL +(http://www.mysql.org/) or PostGres (http://www.postgres.org/). If you install from source, you need to install GNU libextractor first (download from http://www.gnu.org/software/libextractor/). We also |