diff options
author | ng0 <ng0@n0.is> | 2019-02-19 12:52:21 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-19 12:52:21 +0000 |
commit | 627abb89b8a9b25d57a06c913cc14d3e90013320 (patch) | |
tree | 70e9768808bc666189d55c8c40c8b2451ad37763 /README | |
parent | f262ef2888d9d25085acb27c4b6b01f560a4bae0 (diff) |
clarify README, dependencies
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -41,14 +41,17 @@ These are the direct dependencies for running GNUnet: or - libidn >= 1.0 - libextractor >= 0.6.1 (highly recommended) -- openssl >= 1.0 (binary, used to generate X.509 certificate) +- openssl >= 1.0 (binary, used to generate X.509 certificate + for gnunet-gns-proxy-setup-ca) +- nss (certutil binary, for + gnunet-gns-proxy-setup-ca) - libltdl >= 2.2 (part of GNU libtool) - sqlite >= 3.8 (default database, required) - mysql >= 5.1 (alternative to sqlite) - postgres >= 9.5 (alternative to sqlite) - Texinfo >= 5.2 [*1] -- makeinfo >= 4.8 (at least 4.8 at the time of writing is tested) -- which (for the bootstrap script) +- makeinfo >= 4.8 +- which (bootstrap script and some Makefiles) - gettext - zlib - pkg-config |