From 7228402dadd541e3bea0b939d17c36202180012a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 1 Apr 2006 15:00:43 +0000 Subject: [PATCH] --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 89bc318e..97edbe87 100644 --- a/README +++ b/README @@ -32,10 +32,10 @@ The executable is aria2c in src directory. 4. Dependency ------------- In order to enable HTTPS support, you need GNUTLS or OpenSSL. -In order to enable BitTorrent support, you need GCRYPT(if you choose GNUTLS) -or OpenSSL. +In order to enable BitTorrent support, you need GNUTLS+GCRYPT or OpenSSL. GNUTLS has precedence over OpenSSL if both libraries are installed. +If you prefer OpenSSL, run configure with "--without-gnutls". 5. BitTorrrent --------------