From 78e537de0c77ecd5b00db51bf6d094356e60aa00 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 15 May 2007 18:13:02 -0700 Subject: [PATCH] README: mention the additional included libraries (zfec, foolscap, pycrypto) --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 2d7f5847..793b170c 100644 --- a/README +++ b/README @@ -96,6 +96,15 @@ gcc make python-dev python-twisted python-nevow python-pyopenssl". http://sourceforge.net/projects/pywin32/ +Tahoe uses a few additional libraries which are included in this source +distribution for convenience. These will be automatically built when you type +'make', but if you have separate installations of them you may wish to modify +the makefile to use those in preference to the included versions. They +include Foolscap (a secure remote-object-invocation library), zfec (erasure +coding), and a modified version of PyCrypto (enhanced to provide a faster +CTR-mode API). + + BUILDING: Just type 'make' in the top-level tahoe directory. This works on Windows -- 2.45.2