fixes for proportional solver:
[oweals/gnunet.git] / README
diff --git a/README b/README
index fe1655195221df4c15a030dd0e4b5431f47f330a..52aec3559a5f93f78ed557a72cd2407953c7f4bc 100644 (file)
--- a/README
+++ b/README
@@ -4,10 +4,8 @@ THIS SVN VERSION OF GNUNET IS INCOMPATIBLE TO ALL PREVIOUS RELEASES.
 WE ARE WORKING ON CHANGING FUNDAMENTAL PARTS OF THE CRYPTOGRAPHIC
 PARTS OF THE SYSTEM.  
 
-THE CURRENT IMPLEMENTATION DOES NOT GIVE YOU ANY SECURITY (AS SOME
-CRYPTO IS DISABLED/INCOMPLETE) AND WILL LIKELY NOT BE COMPATIBLE WITH
-YESTERDAYS OR TOMORROWS VERSION.  AS SUCH, DO NOT USE IT, OTHER THAN
-FOR DEVELOPMENT!
+You need to install libgcrypt from git master (1.6.0beta93 at least)
+for the code to compile.
 
 =======================================================================
 
@@ -42,11 +40,13 @@ packages.  Hence please make sure to use  the versions listed below.
 These are the direct dependencies for running GNUnet:
 
 - libextractor  >= 0.6.1
-- libmicrohttpd >= 0.9.18
+- libmicrohttpd >= 0.9.30
 - libgcrypt     >= 1.2
 - libcurl       >= 7.21.3
 - libunistring  >= 0.9.2
 - gnutls        >= 2.12.0
+- libidn        >= 1.0
+- openssl       >= 1.0 (binary, used to generate X.509 certificate)
 - libltdl       >= 2.2 (part of GNU libtool)
 - sqlite        >= 3.0 (default database)
 - mysql         >= 5.1 (alternative to sqLite)