aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--doc/handbook/chapters/installation.texi7
2 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index dd67fb36b..9afd57043 100644
--- a/README
+++ b/README
@@ -76,6 +76,7 @@ Build tools for compiling GNUnet from source:
76- gcc or clang 76- gcc or clang
77- autoconf >= 2.69 (building from git) 77- autoconf >= 2.69 (building from git)
78- automake >= 1.11.1 (building from git) 78- automake >= 1.11.1 (building from git)
79- recutils >= 1.0 (building from git)
79- libtool >= 2.2 80- libtool >= 2.2
80- makeinfo >= 4.8 81- makeinfo >= 4.8
81- make[*3] 82- make[*3]
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 54fb3f486..f93645114 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -41,8 +41,9 @@ should be installed with a package manager.
41 41
42The mandatory libraries and applications are 42The mandatory libraries and applications are
43@itemize @bullet 43@itemize @bullet
44@item autoconf 2.59 or above 44@item autoconf 2.59 or above (when building from git)
45@item automake 1.11.1 or above 45@item automake 1.11.1 or above (when building from git)
46@item recutils 1.0 or above (when building from git)
46@item gettext 47@item gettext
47@item glibc (read below, other libcs work) 48@item glibc (read below, other libcs work)
48@item GnuTLS 3.2.12 or above, recommended to be linked against libunbound 49@item GnuTLS 3.2.12 or above, recommended to be linked against libunbound
@@ -54,6 +55,7 @@ The mandatory libraries and applications are
54@item libidn2 or libidn 55@item libidn2 or libidn
55@item libmicrohttpd 0.9.63 or above 56@item libmicrohttpd 0.9.63 or above
56@item libunistring 57@item libunistring
58@item libjansson
57@item libgmp 59@item libgmp
58@item libgnurl or libcurl (libcurl has to be linked to GnuTLS) 7.35.0 or above 60@item libgnurl or libcurl (libcurl has to be linked to GnuTLS) 7.35.0 or above
59@item Texinfo 5.2 or above (for building the documentation) 61@item Texinfo 5.2 or above (for building the documentation)
@@ -100,7 +102,6 @@ These are the dependencies only required for certain features
100(for attribute-based encryption and the identity provider subsystem) 102(for attribute-based encryption and the identity provider subsystem)
101@item texi2mdoc (for automatic mdoc generation) 103@item texi2mdoc (for automatic mdoc generation)
102@item perl5 for some utilities (which are not installed) 104@item perl5 for some utilities (which are not installed)
103@item libjanson
104@end itemize 105@end itemize
105 106
106About libextractor being optional: 107About libextractor being optional: