From b82b25bc326c6b2c3b5acd8f6474e5d113b9527b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 2 Apr 2012 20:54:56 +0900 Subject: [PATCH] Clarify possible SSL+crypto library configuration. See http://sourceforge.net/tracker/?func=detail&aid=3474175&group_id=159897&atid=813673 --- README.asciidoc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 673f578d..75261293 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -105,6 +105,11 @@ Dependency |XML-RPC |libxml2 or Expat. |==================================================== +Note;; + + libxml2 has precedence over Expat if both libraries are installed. + If you prefer Expat, run configure with \--without-libxml2. + Note;; GnuTLS has precedence over OpenSSL if both libraries are installed. @@ -118,10 +123,14 @@ Note;; \--without-libnettle \--with-libgcrypt. If OpenSSL is selected over GnuTLS, neither libnettle nor libgcrypt will be used. -Note;; +A user can have one of the following configurations for SSL and crypto +libraries: - libxml2 has precedence over Expat if both libraries are installed. - If you prefer Expat, run configure with \--without-libxml2. +* libgcrypt +* libnettle +* OpenSSL +* GnuTLS + libgcrypt +* GnuTLS + libnettle You can disable BitTorrent, Metalink support by providing \--disable-bittorrent, \--disable-metalink respectively to configure