diff options
author | Nils Gillmann <ng0@n0.is> | 2018-10-21 17:58:46 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-10-21 17:58:46 +0000 |
commit | 93def6b58a5ed44d6752958b08a3e49e418f3dda (patch) | |
tree | be93dae19818a2270d84eae0428253fcdb79af00 /README | |
parent | e0785bb1b2af91a38d161bda7a4075338579441a (diff) |
README: document texi2mdoc optional dependency
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -66,6 +66,7 @@ These are the optional dependencies: - python-future (optional, for some testcases and utilities) - python-zbar >= 0.10 (optional, for gnunet-qr) - TeX Live >= 2012 (optional, for gnunet-bcd[*]) +- texi2mdoc (optional, for automatic mdoc generation [*2]) - libglpk >= 4.45 (optional, for experimental code) - perl5 (optional, for some utilities) - 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: documentation, and therefore require texinfo. You can pass '--disable-documentation' to the configure script to change this. +[*2] If you still prefer to have documentation, you can pass + '--with-section7' to build mdoc documentation (experimental + stages in gnunet). If this proves to be reliable, we will + include the mdoc output in the release tarballs. + Contrary to the name, texi2mdoc does not require texinfo, + It is a standalone ISO C utility. + Requirements ============ |