aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-13 08:05:15 +0000
committerNils Gillmann <ng0@n0.is>2018-06-13 08:05:15 +0000
commit5c7f4f919d2569f49e4223d77000452dd2ec4e97 (patch)
tree8cec76a5dda6b034d1e5b85eee76a43fafd8a4a5 /README
parent1f7a2dd68d1e6260fad4af042878c0a07d39bc12 (diff)
parent8503c6fa26449228fa691c1dedfe3ca1a8d0b9ba (diff)
downloadgnunet-5c7f4f919d2569f49e4223d77000452dd2ec4e97.tar.gz
gnunet-5c7f4f919d2569f49e4223d77000452dd2ec4e97.zip
Merge branch 'master' of gnunet.org:gnunet
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 27 insertions, 9 deletions
diff --git a/README b/README
index 93c889442..dc0b4b8fb 100644
--- a/README
+++ b/README
@@ -15,8 +15,11 @@ GNU package (http://www.gnu.org/).
15This is an ALPHA release. There are known and significant bugs as 15This is an ALPHA release. There are known and significant bugs as
16well as many missing features in this release. 16well as many missing features in this release.
17 17
18GNUnet is free software released under the GNU General Public License 18GNUnet is free software released under the GNU Affero General Public
19(v3 or later). For details see the COPYING file in this directory. 19License (v3 or later). For details see the COPYING file in this
20directory. If you fork this software, you MUST adjust GNUNET_AGPL_URL
21in src/include/gnunet_util_lib.h to point to the source code of your
22fork!
20 23
21Additional documentation about GNUnet can be found at 24Additional documentation about GNUnet can be found at
22https://gnunet.org/ and in the 'doc/' folder. 25https://gnunet.org/ and in the 'doc/' folder.
@@ -25,13 +28,6 @@ https://gnunet.org/ and in the 'doc/' folder.
25Dependencies: 28Dependencies:
26============= 29=============
27 30
28Please note that for many of its dependencies GNUnet requires very
29recent versions of the libraries which are often NOT to be found in
30stable distributions in 2014. While using older packages may in some
31cases on some operating systems may seem to work in some limited
32fashion, we are in many cases aware of serious problems with older
33packages. Hence please make sure to use the versions listed below.
34
35These are the direct dependencies for running GNUnet: 31These are the direct dependencies for running GNUnet:
36 32
37- libmicrohttpd >= 0.9.42 33- libmicrohttpd >= 0.9.42
@@ -79,6 +75,28 @@ These are the optional dependencies:
79- libgabe (optional, for Attribute-Based Encryption and Identity Provider functionality, 75- libgabe (optional, for Attribute-Based Encryption and Identity Provider functionality,
80 from https://github.com/schanzen/libgabe) 76 from https://github.com/schanzen/libgabe)
81 77
78=======
79These are the direct dependencies for running GNUnet:
80
81- libmicrohttpd >= 0.9.52
82- libgcrypt >= 1.6
83- libgnurl >= 7.35.0 (available from https://gnunet.org/gnurl)
84- libunistring >= 0.9.2
85- gnutls >= 3.2.12
86- libidn >= 1.0
87- libextractor >= 0.6.1 (highly recommended)
88- openssl >= 1.0 (binary, used to generate X.509 certificate)
89- libltdl >= 2.2 (part of GNU libtool)
90- sqlite >= 3.8 (default database, required)
91- mysql >= 5.1 (alternative to sqlite)
92- postgres >= 9.5 (alternative to sqlite)
93- libopus >= 1.0.1 (optional for experimental conversation tool)
94- libpulse >= 2.0 (optional for experimental conversation tool)
95- libogg >= 1.3.0 (optional for experimental conversation tool)
96- python-zbar >= 0.10 (optional for gnunet-qr)
97- TeX Live >= 2012 (optional for gnunet-bcd[*])
98- Texinfo >= 5.2 [*1]
99- libglpk >= 4.45 (optional for experimental code)
82 100
83Recommended autotools for compiling the git version are: 101Recommended autotools for compiling the git version are:
84 102