aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 14c00e3b1..0498e3def 100644
--- a/README
+++ b/README
@@ -66,6 +66,7 @@ These are the optional dependencies:
66- python-future (optional, for some testcases and utilities) 66- python-future (optional, for some testcases and utilities)
67- python-zbar >= 0.10 (optional, for gnunet-qr) 67- python-zbar >= 0.10 (optional, for gnunet-qr)
68- TeX Live >= 2012 (optional, for gnunet-bcd[*]) 68- TeX Live >= 2012 (optional, for gnunet-bcd[*])
69- texi2mdoc (optional, for automatic mdoc generation [*2])
69- libglpk >= 4.45 (optional, for experimental code) 70- libglpk >= 4.45 (optional, for experimental code)
70- perl5 (optional, for some utilities) 71- perl5 (optional, for some utilities)
71- python >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported) 72- python >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported)
@@ -89,6 +90,13 @@ Recommended autotools for compiling the Git version are:
89 documentation, and therefore require texinfo. You can pass 90 documentation, and therefore require texinfo. You can pass
90 '--disable-documentation' to the configure script to change this. 91 '--disable-documentation' to the configure script to change this.
91 92
93[*2] If you still prefer to have documentation, you can pass
94 '--with-section7' to build mdoc documentation (experimental
95 stages in gnunet). If this proves to be reliable, we will
96 include the mdoc output in the release tarballs.
97 Contrary to the name, texi2mdoc does not require texinfo,
98 It is a standalone ISO C utility.
99
92Requirements 100Requirements
93============ 101============
94 102