From: Brian Warner Date: Wed, 16 May 2007 01:13:02 +0000 (-0700) Subject: README: mention the additional included libraries (zfec, foolscap, pycrypto) X-Git-Tag: allmydata-tahoe-0.3.0~80 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=78e537de0c77ecd5b00db51bf6d094356e60aa00;p=tahoe-lafs%2Ftahoe-lafs.git README: mention the additional included libraries (zfec, foolscap, pycrypto) --- 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