aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-25 01:43:36 +0000
committerng0 <ng0@n0.is>2019-02-25 01:43:36 +0000
commit689614a7e51f4fda776e99aa5892811fa5923b2d (patch)
treec0bdc53331443d599166395b730c2aef02b46335 /README
parentd555400775739277bdc1a093933c3681d3c3566b (diff)
downloadgnunet-689614a7e51f4fda776e99aa5892811fa5923b2d.tar.gz
gnunet-689614a7e51f4fda776e99aa5892811fa5923b2d.zip
README clarifications
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 25 insertions, 20 deletions
diff --git a/README b/README
index 232a3c61f..5eadcda9f 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ These are the direct dependencies for running GNUnet:
41- libidn: 41- libidn:
42 - libidn2 (prefered) 42 - libidn2 (prefered)
43 or 43 or
44 - libidn >= 1.0 44 - libidn >= 1.0
45- libextractor >= 0.6.1 (highly recommended) 45- libextractor >= 0.6.1 (highly recommended)
46- openssl >= 1.0 (binary, used to generate X.509 certificate 46- openssl >= 1.0 (binary, used to generate X.509 certificate
47 for gnunet-gns-proxy-setup-ca) 47 for gnunet-gns-proxy-setup-ca)
@@ -54,36 +54,36 @@ These are the direct dependencies for running GNUnet:
54- Texinfo >= 5.2 [*1] 54- Texinfo >= 5.2 [*1]
55- makeinfo >= 4.8 55- makeinfo >= 4.8
56- make[*3] 56- make[*3]
57- which (bootstrap script and some Makefiles) 57- which (some Makefiles)
58- gettext 58- gettext
59- zlib 59- zlib
60 60
61 61
62These are the dependencies for GNUnet's testsuite: 62These are the dependencies for GNUnet's testsuite:
63 63
64- Bash (optional (?), for some tests) 64- Bash (optional (?[*4]), for some tests)
65- python >= 3.7 (optional, only python 3.7 is supported) 65- python >= 3.7 (only python 3.7 is supported)
66- python-future >= 3.7 (optional, only python 3.7 is supported) 66- python-future >= 3.7 (only python 3.7 is supported)
67 67
68 68
69These are the optional dependencies: 69These are the optional dependencies:
70 70
71- libopus >= 1.0.1 (optional, for experimental conversation tool) 71- libopus >= 1.0.1 (for experimental conversation tool)
72- libpulse >= 2.0 (optional, for experimental conversation tool) 72- libpulse >= 2.0 (for experimental conversation tool)
73- libogg >= 1.3.0 (optional, for experimental conversation tool) 73- libogg >= 1.3.0 (for experimental conversation tool)
74- libnss (optional, certtool binary (for convenient installation of GNS proxy)) 74- libnss (certtool binary (for convenient installation of GNS proxy))
75- python2.7-future (optional, for gnunet-qr) 75- python2.7-future (for gnunet-qr)
76- python-zbar >= 0.10 (optional, for gnunet-qr) 76- python-zbar >= 0.10 (for gnunet-qr)
77- TeX Live >= 2012 (optional, for gnunet-bcd[*]) 77- TeX Live >= 2012 (for gnunet-bcd[*])
78- texi2mdoc (optional, for automatic mdoc generation [*2]) 78- texi2mdoc (for automatic mdoc generation [*2])
79- libglpk >= 4.45 (optional, for experimental code) 79- libglpk >= 4.45 (for experimental code)
80- perl5 (optional, for some utilities) 80- perl5 (for some utilities)
81- guile 1.6.4 (or later up to 1.8?, optional for gnunet-download-manager) 81- guile 1.6.4 (or later up to 1.8?, for gnunet-download-manager)
82- python2.7 >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported) 82- python2.7 >= 2.7 (for gnunet-qr, only python 2.7 is supported)
83- bluez (optional, for bluetooth support) 83- bluez (for bluetooth support)
84- miniupnpc 84- miniupnpc
85- libpbc >= 0.5.14 (optional, for Attribute-Based Encryption and Identity Provider functionality) 85- libpbc >= 0.5.14 (for Attribute-Based Encryption and Identity Provider functionality)
86- libgabe (optional, for Attribute-Based Encryption and Identity Provider functionality, 86- libgabe (for Attribute-Based Encryption and Identity Provider functionality,
87 from https://github.com/schanzen/libgabe) 87 from https://github.com/schanzen/libgabe)
88 88
89Recommended autotools for compiling the Git version are: 89Recommended autotools for compiling the Git version are:
@@ -113,6 +113,11 @@ Recommended autotools for compiling the Git version are:
113 you, open a bug so that we can get a more portable 113 you, open a bug so that we can get a more portable
114 fix in. 114 fix in.
115 115
116[*4] We are commited to portable tools and solutions
117 where possible. While the shellscripts work with
118 NetBSD's sh, there's no warranty some bashisms
119 are leftover.
120
116Requirements 121Requirements
117============ 122============
118 123