[tahoe-dev] Compilation and using problems with tahoe 1.2.0 on many platforms ?

denis bonnenfant denis.bonnenfant at diderot.org
Mon Dec 1 17:16:42 UTC 2008


Hi, the minimal set of commands for  sarge install is something like
that :

apt-get install g++
apt-get install openssl 
apt-get install libssl-dev
apt-get install python2.4 python2.4-setuptools

tar xvfj allmydata-tahoe-1.2.0.tar.bz2
cd allmydata-tahoe-1.2.0

easy_install twisted
cd /usr/lib/python2.4/
wget http://bugs.python.org/file6573/base32decode_fix.diff
patch -p1 < base32decode_fix.diff 
easy_install twisted  #(not needed, as setup.py will do it anyway ?)
cd allmydata-tahoe-1.2.0
python2.4 ./setup.py install


Maybe it is possible to simplify it al little bit more, I will try it
again.

Denis




More information about the tahoe-dev mailing list