]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
update README concerning dependent libraries that the user has to install
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 16 May 2007 15:34:33 +0000 (08:34 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 16 May 2007 15:34:33 +0000 (08:34 -0700)
README

diff --git a/README b/README
index 86fc435e1fcb8e8670beed507f6e3706b12d4a87..2d7f5847c90b2a2697e632750b91ae64ed579594 100644 (file)
--- a/README
+++ b/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 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
 
@@ -87,6 +87,10 @@ gcc make python-dev python-twisted python-nevow python-pyopenssl".
    To install PyOpenSSL on Windows-native, download this:
    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
 
    http://sourceforge.net/projects/pywin32/