gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 1a7d4c9c0cd885169153a64e2b1132b0ddec7501
parent 020893243a2dde911d5853ade8070fcef9c5fad9
Author: ng0 <ng0@n0.is>
Date:   Tue, 16 Jan 2018 09:57:58 +0000

README: clarify texinfo dependency

Diffstat:
MREADME | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -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? ===============