浏览代码

Fixed typo and updated.

Tatsuhiro Tsujikawa 14 年之前
父节点
当前提交
e43350f546
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      README.asciidoc

+ 7 - 3
README.asciidoc

@@ -106,16 +106,20 @@ Dependency
 |====================================================
 |====================================================
 
 
 Note;;
 Note;;
+
   GnuTLS has precedence over OpenSSL if both libraries are installed.
   GnuTLS has precedence over OpenSSL if both libraries are installed.
-  If you prefer OpenSSL, run configure with \--without-gnutls.
+  If you prefer OpenSSL, run configure with \--without-gnutls
+  \--with-openssl.
 
 
 Note;;
 Note;;
+
   libnettle has precedence over libgcrypt and libgcrypt has precedence
   libnettle has precedence over libgcrypt and libgcrypt has precedence
   over OpenSSL. If you prefer libgcrypt, run configure with
   over OpenSSL. If you prefer libgcrypt, run configure with
-  \--without-libnettle. If you prefer \--without-libnettle
-  \--without-libgcrypt.
+  \--without-libnettle \--with-libgcrypt. If you prefer OpenSSL, run
+  configure with \--without-gnutls \--with-openssl.
 
 
 Note;;
 Note;;
+
   libxml2 has precedence over Expat if both libraries are installed.
   libxml2 has precedence over Expat if both libraries are installed.
   If you prefer Expat, run configure with \--without-libxml2.
   If you prefer Expat, run configure with \--without-libxml2.