From: Nikos Mavrogiannopoulos Date: Tue, 13 Mar 2012 17:45:35 +0000 (+0100) Subject: Do not use fixed versions X-Git-Tag: gnutls_3_0_16~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23b6bc58488b4938692fba8b041cbab2fc10296c;p=thirdparty%2Fgnutls.git Do not use fixed versions --- diff --git a/README b/README index 3f1f422147..a829b2796b 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