summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-08-11 12:23:47 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-08-25 19:56:06 +0200
commit6ebc7d6103098e695c33f55f84e6f64f5d795e84 (patch)
tree352b579e014f3c7b29707174f054b27090d9289f /doc
parentebbcff7f7a99eec8075d67cba18e349562507513 (diff)
Install with BitTorrent support if the library is available
Based on patch by coderman
Diffstat (limited to 'doc')
-rw-r--r--doc/HOWTO10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/HOWTO b/doc/HOWTO
index a4f0416..a5937f3 100644
--- a/doc/HOWTO
+++ b/doc/HOWTO
@@ -14,9 +14,15 @@ INSTALLATION
3) Install the pycrypto python module.
(on Debian, apt-get install python-crypto)
-4) make test
+4) (optional) Fetch the BitTorrent 3.4.2 sources as well as the Debian
+ patches ( http://patch-tracking.debian.net/package/bittorrent ) and
+ put the patched BitTorrent directory into lib/. The files from the
+ BitTorrent 3.4.2 package that are outside the BitTorrent directory
+ can be discarded.
-5) make install
+5) make test
+
+6) make install
[If you don't have root, or don't want to put it in the usual places,
python setup.py install --prefix={WHATEVER}