aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 7819b883a..f52fca444 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ These are the direct dependencies for running GNUnet:
51- libogg >= 1.3.0 (optional for experimental conversation tool) 51- libogg >= 1.3.0 (optional for experimental conversation tool)
52- python-zbar >= 0.10 (optional for gnunet-qr) 52- python-zbar >= 0.10 (optional for gnunet-qr)
53- TeX Live >= 2012 (optional for gnunet-bcd[*]) 53- TeX Live >= 2012 (optional for gnunet-bcd[*])
54- Texinfo >= 5.2 54- Texinfo >= 5.2 [*1]
55- libglpk >= 4.45 (optional for experimental code) 55- libglpk >= 4.45 (optional for experimental code)
56 56
57Recommended autotools for compiling the git version are: 57Recommended autotools for compiling the git version are:
@@ -63,6 +63,10 @@ Recommended autotools for compiling the git version are:
63[*] Mandatory for compiling the info output of the documentation, 63[*] Mandatory for compiling the info output of the documentation,
64a limited subset ('texlive-tiny' in Guix) is enough. 64a limited subset ('texlive-tiny' in Guix) is enough.
65 65
66[*1] The default configuration is to build the info output of the documentation,
67and therefore require texinfo. You can pass --disable-documentation to
68the configure script to change this.
69
66How to install? 70How to install?
67=============== 71===============
68 72
@@ -262,7 +266,8 @@ $ make check
262 266
263Some of the testcases require python >= 2.6 and pexpect to be 267Some of the testcases require python >= 2.6 and pexpect to be
264installed. If any testcases fail to pass on your system, run 268installed. If any testcases fail to pass on your system, run
265"contrib/report.sh" and report the output together with 269"contrib/scripts/report.sh" (in the repository) or "gnunet-bugreport"
270when you already have GNUnet installed and report the output together with
266information about the failing testcase to the Mantis bugtracking 271information about the failing testcase to the Mantis bugtracking
267system at https://gnunet.org/bugs/. 272system at https://gnunet.org/bugs/.
268 273