diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-15 09:51:58 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-15 09:51:58 +0000 |
commit | 00398b12d163e69befd2732729440e5d21ae0207 (patch) | |
tree | 6f6d40aaa01b85da55c86ee5480a083054f10326 /README | |
parent | d74629c7bc0370f17c9111bbebb784f0403f2fb3 (diff) |
added python remark to hacking This line, and those below, will be ignored
--
M README
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -197,10 +197,11 @@ $ make install $ export GNUNET_PREFIX=$SOMEWHERE $ make check -If any testcases fail to pass on your system, run "contrib/report.sh" -and report the output together with information about the failing -testcase to the Mantis bugtracking system at -https://gnunet.org/bugs/. +Some of the testcases require python >= 2.6 and pexpect to be +installed. If any testcases fail to pass on your system, run +"contrib/report.sh" and report the output together with +information about the failing testcase to the Mantis bugtracking +system at https://gnunet.org/bugs/. Running http on port 80 and https on port 443 |