aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index d56df7764..982d7241d 100644
--- a/README
+++ b/README
@@ -75,7 +75,6 @@ These are the dependencies for GNUnet's testsuite:
75- Posix Shell (for some tests) 75- Posix Shell (for some tests)
76- Bash (for some tests[*4]) 76- Bash (for some tests[*4])
77- python >= 3.7 (only python 3.7 is supported) 77- python >= 3.7 (only python 3.7 is supported)
78- python-future >= 3.7 (only python 3.7 is supported)
79- base tools 78- base tools
80 - mostly: 79 - mostly:
81 - which, 80 - which,
@@ -428,8 +427,8 @@ $ make install
428$ export $GNUNET_PREFIX=$SOMEWHERE 427$ export $GNUNET_PREFIX=$SOMEWHERE
429$ make check 428$ make check
430 429
431Some of the testcases require python >= 3.7, and the python modules 430Some of the testcases require python >= 3.7, and the python module
432"python-future" (http://python-future.org/) and "pexpect" to be installed. 431"pexpect" to be installed.
433If any testcases fail to pass on your system, run 432If any testcases fail to pass on your system, run
434"contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport" 433"contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport"
435when you already have GNUnet installed and report its output together with 434when you already have GNUnet installed and report its output together with