mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
README: OpenSSL is bundled with pyOpenSSL on Windows-native
This commit is contained in:
parent
e23f727405
commit
be98d7ebb2
12
README
12
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user