aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index f82d16828..d04078693 100644
--- a/README
+++ b/README
@@ -33,9 +33,9 @@ These are the direct dependencies for running GNUnet:
33- libgcrypt >= 1.2 33- libgcrypt >= 1.2
34- libcurl >= 7.21.0 34- libcurl >= 7.21.0
35- libltdl >= 2.2 (part of GNU libtool) 35- libltdl >= 2.2 (part of GNU libtool)
36- sqlite >= 3.0 (alternative to MySQL) 36- sqlite >= 3.0 (default database)
37- mysql >= 5.1 (alternative to sqLite) 37- mysql >= 5.1 (alternative to sqLite)
38- postgres >= ??? (not yet supported) 38- postgres >= 8.3 (alternative to sqLite)
39 39
40Recommended autotools for compiling the SVN version are: 40Recommended autotools for compiling the SVN version are:
41- autoconf >= 2.59 41- autoconf >= 2.59
@@ -59,8 +59,8 @@ traversal).
59GNUnet requires the GNU MP library (http://www.gnu.org/software/gmp/) 59GNUnet requires the GNU MP library (http://www.gnu.org/software/gmp/)
60and libgcrypt (http://www.gnupg.org/). You can specify the path to 60and libgcrypt (http://www.gnupg.org/). You can specify the path to
61libgcrypt by passing "--with-gcrypt=PATH" to configure. You will also 61libgcrypt by passing "--with-gcrypt=PATH" to configure. You will also
62need either sqlite (http://www.sqlite.org/) or MySQL 62need either sqlite (http://www.sqlite.org/), MySQL
63(http://www.mysql.org/). 63(http://www.mysql.org/) or PostGres (http://www.postgres.org/).
64 64
65If you install from source, you need to install GNU libextractor first 65If you install from source, you need to install GNU libextractor first
66(download from http://www.gnu.org/software/libextractor/). We also 66(download from http://www.gnu.org/software/libextractor/). We also