aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 30ebf5f4f..db64bc17a 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ These are the direct dependencies for running GNUnet:
51- Texinfo >= 5.2 51- Texinfo >= 5.2
52- libglpk >= 4.45 (optional for experimental code) 52- libglpk >= 4.45 (optional for experimental code)
53 53
54Recommended autotools for compiling the SVN version are: 54Recommended autotools for compiling the git version are:
55- autoconf >= 2.59 55- autoconf >= 2.59
56- automake >= 1.11.1 56- automake >= 1.11.1
57- libtool >= 2.2 57- libtool >= 2.2
@@ -135,7 +135,7 @@ install' process with SUDO rights, the libraries will be installed to
135"$GNUNET_PREFIX" and you will have to move them to "/lib/" 135"$GNUNET_PREFIX" and you will have to move them to "/lib/"
136manually. 136manually.
137 137
138Finally, if you are compiling the code from subversion, you have to 138Finally, if you are compiling the code from git, you have to
139run ". bootstrap" before ./configure. If you receive an error during 139run ". bootstrap" before ./configure. If you receive an error during
140the running of ". bootstrap" that looks like "macro `AM_PATH_GTK' not 140the running of ". bootstrap" that looks like "macro `AM_PATH_GTK' not
141found in library", you may need to run aclocal by hand with the -I 141found in library", you may need to run aclocal by hand with the -I