mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
update README concerning dependent libraries that the user has to install
This commit is contained in:
parent
82ba0f8540
commit
17b31a6e82
6
README
6
README
@ -65,7 +65,7 @@ gcc make python-dev python-twisted python-nevow python-pyopenssl".
|
|||||||
Twisted requires zope.interface, a copy of which is included in the
|
Twisted requires zope.interface, a copy of which is included in the
|
||||||
Twisted distribution.
|
Twisted distribution.
|
||||||
|
|
||||||
+ Python Nevow (probably 0.9.0 or later) (web presentation language)
|
+ Python Nevow (0.9.0 or later) (web presentation language)
|
||||||
|
|
||||||
http://divmod.org/trac/wiki/DivmodNevow
|
http://divmod.org/trac/wiki/DivmodNevow
|
||||||
|
|
||||||
@ -87,6 +87,10 @@ gcc make python-dev python-twisted python-nevow python-pyopenssl".
|
|||||||
To install PyOpenSSL on Windows-native, download this:
|
To install PyOpenSSL on Windows-native, download this:
|
||||||
http://allmydata.org/source/pyOpenSSL-0.6.win32-py2.5.exe
|
http://allmydata.org/source/pyOpenSSL-0.6.win32-py2.5.exe
|
||||||
|
|
||||||
|
To install PyOpenSSL on Windows-cygwin, install the OpenSSL development
|
||||||
|
libraries with the cygwin package management tool, then get the pyOpenSSL
|
||||||
|
source code, cd into it, and run "python ./setup.py install".
|
||||||
|
|
||||||
+ the pywin32 package: only required on Windows
|
+ the pywin32 package: only required on Windows
|
||||||
|
|
||||||
http://sourceforge.net/projects/pywin32/
|
http://sourceforge.net/projects/pywin32/
|
||||||
|
Loading…
Reference in New Issue
Block a user