X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=2d7014b980e7c4498de260c38b567145321e39fc;hb=7351d04517a2a1ad48880d4fa46e780068929d6e;hp=f82d168288577a1b38c269cac81121b8d12fec53;hpb=36b5044de4b11d46027a81e491c2dd4cccea17b5;p=oweals%2Fgnunet.git diff --git a/README b/README index f82d16828..2d7014b98 100644 --- a/README +++ b/README @@ -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 @@ -86,8 +86,10 @@ location of the configuration file in this case. Note that additional, per-user configuration files (~/.gnunet/gnunet.conf) need to be created by each user (for example, -by running gnunet-setup). For more general information about the GNU -build process read the INSTALL file. +by running gnunet-setup). Note that gnunet-setup is a separate +download and requires GTK+; you can also edit the configuration file +by hand, but this is not recommended. For more general information +about the GNU build process read the INSTALL file. If you are compiling the code from subversion, you have to run ". bootstrap" before ./configure. If you receive an error during the