From 23b6bc58488b4938692fba8b041cbab2fc10296c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 13 Mar 2012 18:45:35 +0100 Subject: [PATCH] Do not use fixed versions --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3f1f42214..a829b2796 100644 --- 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- ./configure --prefix=/usr make sudo make install @@ -40,7 +40,7 @@ p11-kit can be found at . To configure libnettle for installation and use by GnuTLS, a typical command sequence would be: - cd nettle-2.2 + cd nettle- ./configure --prefix=/usr --disable-openssl --enable-shared make sudo make install -- 2.11.4.GIT