]> git.mxchange.org Git - quix0rs-apt-p2p.git/commitdiff
added a short script with instructions on how to install on debian
authoraaronsw <aaronsw>
Tue, 24 Sep 2002 01:40:50 +0000 (01:40 +0000)
committeraaronsw <aaronsw>
Tue, 24 Sep 2002 01:40:50 +0000 (01:40 +0000)
DEBIAN.sh [new file with mode: 0644]

diff --git a/DEBIAN.sh b/DEBIAN.sh
new file mode 100644 (file)
index 0000000..c1529c3
--- /dev/null
+++ b/DEBIAN.sh
@@ -0,0 +1,15 @@
+# How To Install Khashmir on Debian
+
+cd ..
+sudo apt-get install python2.2
+wget http://us.dl.sourceforge.net/twisted/Twisted-0.99.1rc4.tar.gz
+wget http://us.dl.sf.net/pybsddb/bsddb3-3.4.0.tar.gz
+tar xzf Twisted-0.99.1rc4.tar.gz
+cd Twisted-0.99.1rc4
+sudo python2.2 setup.py install
+cd ..
+tar xzf bsddb3-3.4.0.tar.gz
+cd bsddb3-3.4.0
+sudo python2.2 setup.py install --berkeley-db=/usr
+cd ../khashmir
+python2.2 test.py
\ No newline at end of file