aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters')
-rw-r--r--doc/chapters/installation.texi85
1 files changed, 43 insertions, 42 deletions
diff --git a/doc/chapters/installation.texi b/doc/chapters/installation.texi
index 5a84de52d..cc1e28c93 100644
--- a/doc/chapters/installation.texi
+++ b/doc/chapters/installation.texi
@@ -48,21 +48,21 @@ These packages must be installed before a typical GNUnet installation
48can be performed: 48can be performed:
49 49
50@table @asis 50@table @asis
51@item GNU libmicrohttpd 51@item
520.9.30 or higher 52GNU libmicrohttpd 0.9.30 or higher
53@item GNU libextractor 53@item
541.0 or higher 54GNU libextractor 1.0 or higher
55@item GNU libtool 55@item
562.2 or higher 56GNU libtool 2.2 or higher
57@item GNU libunistring 57@item
580.9.1.1 or higher 58GNU libunistring 0.9.1.1 or higher
59@item GNU libidn 59@item
601.0.0 or higher 60GNU libidn 1.0.0 or higher
61@item @uref{ftp://ftp.gnupg.org/gcrypt/libgcrypt/, GNU libgcrypt} 61@item
62@uref{ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.bz2, 1.6.0} or 62@uref{ftp://ftp.gnupg.org/gcrypt/libgcrypt/, GNU libgcrypt}
63higher 63@uref{ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.bz2, 1.6.0} or higher
64@item GnuTLS 64@item
65@uref{ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.7.tar.xz, 3.2.7} or 65GnuTLS @uref{ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.7.tar.xz, 3.2.7} or
66higher, compile with libunbound for DANE support; GnuTLS also requires GNU 66higher, compile with libunbound for DANE support; GnuTLS also requires GNU
67nettle 2.7 (update: GnuTLS 3.2.7 appears NOT to work against GNU nettle 67nettle 2.7 (update: GnuTLS 3.2.7 appears NOT to work against GNU nettle
68> 2.7, due to some API updatings done by nettle. Thus it should be compiled 68> 2.7, due to some API updatings done by nettle. Thus it should be compiled
@@ -70,40 +70,41 @@ against nettle 2.7 and, in case you get some error on the reference to
70`rpl_strerror' being undefined, follow the instructions on@ 70`rpl_strerror' being undefined, follow the instructions on@
71@uref{http://lists.gnupg.org/pipermail/gnutls-devel/2013-November/006588.html, this} 71@uref{http://lists.gnupg.org/pipermail/gnutls-devel/2013-November/006588.html, this}
72post (and the link inside it)). 72post (and the link inside it)).
73@item libgnurl 73@item
747.34.0 or higher (available from https://gnunet.org/gnurl), should be compiled 74libgnurl 7.34.0 or higher (available from https://gnunet.org/gnurl),
75after @code{GnuTLS} 75should be compiled after @code{GnuTLS}
76@item libglpk 76@item
774.45 or higher 77libglpk 4.45 or higher
78@item @uref{http://www.openssl.org/, OpenSSL} (binary) 78@item
791.0 or higher 79@uref{http://www.openssl.org/, OpenSSL} (binary) 1.0 or higher
80@item TeX Live 80@item
812012 or higher, optional (for gnunet-bcd) 81TeX Live 2012 or higher, optional (for gnunet-bcd)
82@item libpulse 82@item
832.0 or higher, optional (for gnunet-conversation) 83libpulse 2.0 or higher, optional (for gnunet-conversation)
84@item libopus 84@item
851.0.1 or higher, optional (for gnunet-conversation) 85libopus 1.0.1 or higher, optional (for gnunet-conversation)
86@item libogg 86@item
871.3.0 or higher, optional (for gnunet-conversation) 87libogg 1.3.0 or higher, optional (for gnunet-conversation)
88@item certool (binary) 88@item
89certool (binary)
89optional for convenient installation of the GNS proxy 90optional for convenient installation of the GNS proxy
90(available as part of Debian's libnss3-tools) 91(available as part of Debian's libnss3-tools)
91@item python-zbar 92@item
920.10 or higher, optional (for gnunet-qr) 93python-zbar 0.10 or higher, optional (for gnunet-qr)
93@item libsqlite 94@item libsqlite
943.8.0 or higher (note that the code will compile and often work with lower 953.8.0 or higher (note that the code will compile and often work with lower
95version numbers, but you may get subtle bugs with respect to quota management 96version numbers, but you may get subtle bugs with respect to quota management
96in certain rare cases); alternatively, MySQL or Postgres can also be installed, 97in certain rare cases); alternatively, MySQL or Postgres can also be installed,
97but those databases will require more complex configurations (not recommended 98but those databases will require more complex configurations (not recommended
98for first-time users) 99for first-time users)
99@item zlib 100@item
100any version we tested worked 101zlib any version we tested worked
101@item Gtk+ 102@item
1023.0 or higher, optional (for gnunet-gtk) 103Gtk+ 3.0 or higher, optional (for gnunet-gtk)
103@item libgladeui 104@item
104must match Gtk+ version, optional (for gnunet-gtk) 105libgladeui must match Gtk+ version, optional (for gnunet-gtk)
105@item libqrencode 106@item
1063.0 or higher, optional (for gnunet-namestore-gtk) 107libqrencode 3.0 or higher, optional (for gnunet-namestore-gtk)
107@end table 108@end table
108 109
109 110
@@ -112,7 +113,7 @@ must match Gtk+ version, optional (for gnunet-gtk)
112 113
113If you have to compile libgnurl from source since the version included in your 114If you have to compile libgnurl from source since the version included in your
114distribution is to old you perhaps get an error message while running the 115distribution is to old you perhaps get an error message while running the
115@code{configure} script: 116@file{configure} script:
116 117
117@code{@ 118@code{@
118 $ configure@ 119 $ configure@