aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-21 17:58:46 +0000
committerNils Gillmann <ng0@n0.is>2018-10-21 17:58:46 +0000
commit93def6b58a5ed44d6752958b08a3e49e418f3dda (patch)
treebe93dae19818a2270d84eae0428253fcdb79af00
parente0785bb1b2af91a38d161bda7a4075338579441a (diff)
downloadgnunet-93def6b58a5ed44d6752958b08a3e49e418f3dda.tar.gz
gnunet-93def6b58a5ed44d6752958b08a3e49e418f3dda.zip
README: document texi2mdoc optional dependency
Signed-off-by: Nils Gillmann <ng0@n0.is>
-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