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

_______________________________________________
tahoe-dev mailing list
[email protected]
http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to