[Zope-CVS] CVS: Packages/SFTPGateway/doc - README.txt:1.4
Fred L. Drake, Jr.
fred at zope.com
Fri Dec 19 17:40:06 EST 2003
Update of /cvs-repository/Packages/SFTPGateway/doc
In directory cvs.zope.org:/tmp/cvs-serv22946
Modified Files:
README.txt
Log Message:
documentation on building SFTP Gateway
=== Packages/SFTPGateway/doc/README.txt 1.3 => 1.4 ===
--- Packages/SFTPGateway/doc/README.txt:1.3 Thu Dec 18 15:57:44 2003
+++ Packages/SFTPGateway/doc/README.txt Fri Dec 19 17:40:04 2003
@@ -32,13 +32,35 @@
Building from a Distribution
----------------------------
-XXX
+If you download a packaged distribution of **SFTP Gateway**, you
+should only need to run the **setup.py** script at the top level using
+the installation of Python you use to run the gateway. This will
+build the required third-party packages (Twisted and pyCrypto) and
+install them into the src/ directory of the unpacked distribution.
Building from CVS
-----------------
-XXX
+When building from CVS, all that needs to be done is to install
+pyCrypto 1.9a6 and Twisted 1.1.1. This can be done by downloading
+those packages from their respective sources:
+
+**pyCrypto**: http://www.amk.ca/python/code/crypto.html
+ **SFTP Gateway** has only been tested using this version of
+ pyCrypto; older versions may work.
+
+**Twisted**: http://www.twistedmatrix.com/products/download
+ **SFTP Gateway** absolutely requires Twisted 1.1.1; the SFTP
+ server support was not added until that release.
+
+These packages should be built and installed according to the
+instructions that come with them using the same Python installation
+that you'll be using with the gateway.
+
+The software checked out from CVS can be run in-place using the Python
+you used to build pyCrypto and Twisted. No further build step is
+needed.
Configuring SFTP Gateway
More information about the Zope-CVS
mailing list