aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
commit6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch)
tree3d761dbf8793a1d2422fbd14667255c7e0292ea4 /README
parentc2f27dfe8218545c327ab49d225a49910347c5c6 (diff)
downloadgnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.tar.gz
gnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.zip
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 7819b883a..f52fca444 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ These are the direct dependencies for running GNUnet:
51- libogg >= 1.3.0 (optional for experimental conversation tool) 51- libogg >= 1.3.0 (optional for experimental conversation tool)
52- python-zbar >= 0.10 (optional for gnunet-qr) 52- python-zbar >= 0.10 (optional for gnunet-qr)
53- TeX Live >= 2012 (optional for gnunet-bcd[*]) 53- TeX Live >= 2012 (optional for gnunet-bcd[*])
54- Texinfo >= 5.2 54- Texinfo >= 5.2 [*1]
55- libglpk >= 4.45 (optional for experimental code) 55- libglpk >= 4.45 (optional for experimental code)
56 56
57Recommended autotools for compiling the git version are: 57Recommended autotools for compiling the git version are:
@@ -63,6 +63,10 @@ Recommended autotools for compiling the git version are:
63[*] Mandatory for compiling the info output of the documentation, 63[*] Mandatory for compiling the info output of the documentation,
64a limited subset ('texlive-tiny' in Guix) is enough. 64a limited subset ('texlive-tiny' in Guix) is enough.
65 65
66[*1] The default configuration is to build the info output of the documentation,
67and therefore require texinfo. You can pass --disable-documentation to
68the configure script to change this.
69
66How to install? 70How to install?
67=============== 71===============
68 72
@@ -262,7 +266,8 @@ $ make check
262 266
263Some of the testcases require python >= 2.6 and pexpect to be 267Some of the testcases require python >= 2.6 and pexpect to be
264installed. If any testcases fail to pass on your system, run 268installed. If any testcases fail to pass on your system, run
265"contrib/report.sh" and report the output together with 269"contrib/scripts/report.sh" (in the repository) or "gnunet-bugreport"
270when you already have GNUnet installed and report the output together with
266information about the failing testcase to the Mantis bugtracking 271information about the failing testcase to the Mantis bugtracking
267system at https://gnunet.org/bugs/. 272system at https://gnunet.org/bugs/.
268 273