]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Do not use fixed versions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Mar 2012 17:45:35 +0000 (18:45 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 13 Mar 2012 17:45:35 +0000 (18:45 +0100)
README

diff --git a/README b/README
index 3f1f42214770b482f2db04a81c4fc9b2128c7309..a829b2796bc4363d9571dfaca689ce576c54b3ed 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ A typical command sequence for building the library is shown below.
 A complete list of options available for configure can be found
 by running './configure --help'.
 
-    cd gnutls-2.10.3
+    cd gnutls-<version>
     ./configure --prefix=/usr
     make
     sudo make install
@@ -40,7 +40,7 @@ p11-kit can be found at <http://p11-glue.freedesktop.org/p11-kit.html>.
 To configure libnettle for installation and use by GnuTLS, a typical
 command sequence would be:
 
-    cd nettle-2.2
+    cd nettle-<version>
     ./configure --prefix=/usr --disable-openssl --enable-shared
     make
     sudo make install