]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: OpenSSL is bundled with pyOpenSSL on Windows-native
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 15:12:53 +0000 (08:12 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 15:12:53 +0000 (08:12 -0700)
README

diff --git a/README b/README
index 7648267164e47cb230ddd1afe0332898a8506402..cd1b3429f35d397eec693bf57d1e57e6884f0b48 100644 (file)
--- a/README
+++ b/README
@@ -62,10 +62,6 @@ apt-get install gcc make python-dev python-twisted python-pyopenssl".
    Twisted distribution. Note that Twisted does *not* require the entire Zope
    distribution, merely the much smaller zope.interface component.
 
- + OpenSSL, including development headers (cryptography library)
-
-   http://openssl.org
-  
  + Python PyOpenSSL (0.6 or later) (secure transport layer)
 
    http://pyopenssl.sourceforge.net
@@ -81,6 +77,14 @@ apt-get install gcc make python-dev python-twisted python-pyopenssl".
    libraries with the cygwin package management tool, then get the pyOpenSSL
    source code, cd into it, and run "python ./setup.py install".
 
+ + OpenSSL, including development headers (cryptography library); not
+   required on native Windows (required on cygwin)
+
+   http://openssl.org
+  
+   The Windows-native pyOpenSSL package comes with OpenSSL, which is why you
+   don't need to install OpenSSL separately on Windows-native.
+
  + the pywin32 package (210 or later); required only on native Windows (not
    required on cygwin)