diff options
author | ng0 <ng0@n0.is> | 2018-01-16 09:57:58 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2018-01-16 09:57:58 +0000 |
commit | 1a7d4c9c0cd885169153a64e2b1132b0ddec7501 (patch) | |
tree | 33c1f299f859917e1ea7c86841f96fec10d5ad75 /README | |
parent | 020893243a2dde911d5853ade8070fcef9c5fad9 (diff) |
README: clarify texinfo dependency
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -50,7 +50,7 @@ These are the direct dependencies for running GNUnet: - libpulse >= 2.0 (optional for experimental conversation tool) - libogg >= 1.3.0 (optional for experimental conversation tool) - python-zbar >= 0.10 (optional for gnunet-qr) -- TeX Live >= 2012 (optional for gnunet-bcd) +- TeX Live >= 2012 (optional for gnunet-bcd[*]) - Texinfo >= 5.2 - libglpk >= 4.45 (optional for experimental code) @@ -60,6 +60,9 @@ Recommended autotools for compiling the git version are: - libtool >= 2.2 +[*] Mandatory for compiling the info output of the documentation, +a limited subset ('texlive-tiny' in Guix) is enough. + How to install? =============== |