summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-11-28 06:23:01 +0000
committerng0 <ng0@n0.is>2017-11-28 06:23:01 +0000
commit131de33cbc807bcf921946d5e763e0e7ecf15a8d (patch)
tree84bd3f6bdbb93a10dc6c90499a5c9678c1de7d8e
parent8fecbbb79a76f26e16907d088ea040a588220b89 (diff)
downloadgnurl-131de33cbc807bcf921946d5e763e0e7ecf15a8d.tar.gz
gnurl-131de33cbc807bcf921946d5e763e0e7ecf15a8d.tar.bz2
gnurl-131de33cbc807bcf921946d5e763e0e7ecf15a8d.zip
README: Adjust to 7.56.1-2 changes.
-rw-r--r--README20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index 5d95c209a..acca440b8 100644
--- a/README
+++ b/README
@@ -20,10 +20,21 @@ Usage notes:
curl prefix; you should be able to start using libgnurl simply
by changing -lcurl to -lgnurl.
-Note that the compilation requirements were not hard-coded, but
-are rather socially enforced: if you compile libgnurl, please
+Note that the compilation requirements are still not fully
+hard-coded, but work on this is in progress since release
+7.56.1-2. If you compile libgnurl, please
use the following options to configure:
+./configure --disable-ntlm-wb
+
+Naturally, you're free to specify additional options, such as
+"--prefix". The result should have support only for HTTP, HTTPS (via
+GnuTLS), IDN, zlib and TLS-SRP.
+
+In previous versions (before 7.56.1-2) we used to socially enfore
+the following configuration which was almost never done right on
+system distribution side:
+
./configure --enable-ipv6 --with-gnutls --without-libssh2 \
--without-libmetalink --without-winidn --without-librtmp \
--without-nghttp2 --without-nss --without-cyassl \
@@ -33,11 +44,6 @@ use the following options to configure:
--disable-pop3 --disable-imap --disable-smtp --disable-gopher \
--disable-file --disable-ftp --disable-smb
-Naturally, you're free to specify additional options, such as
-"--prefix". The result should have support only for HTTP, HTTPS (via
-GnuTLS), IDN, zlib and TLS-SRP.
-
-
Motivation: