commit 9b0dc650f23c8fbb3c9c66ae0d2a05557a859063 Author: aagbsn aagbsn@torproject.org Date: Sun Oct 7 12:50:15 2012 -0700
Point INSTALL at docs/source/install.rst --- INSTALL | 67 +-------------------------------------------------------------- 1 files changed, 1 insertions(+), 66 deletions(-)
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index d972d26..0000000 --- a/INSTALL +++ /dev/null @@ -1,66 +0,0 @@ -# Dependencies -* Twisted (>12.0.0): http://twistedmatrix.com/trac/ -* PyYAML: http://pyyaml.org/ -* Scapy: http://www.secdev.org/projects/scapy/ - * pypcap: http://code.google.com/p/pypcap/ - * libdnet: http://code.google.com/p/libdnet/ - -Optional: -* BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/ -* Dnspython[1]: http://www.dnspython.org/ -* Paramiko[2]: http://www.lag.net/paramiko/ - -[1][2] These dependencies will soon be removed completely. - -# Installation - -On debian you can install all the dependecies with apt-get with this command: - - apt-get install python-twisted python-twisted-names python-yaml python-scapy python-beautifulsoup - -## The "hard" way - -This involves installing the dependencies installable via easy_install/pip and -the ones that are not by building them from source. - -"simple" dependencies via easy_install: - - sudo easy_install pyyaml - sudo easy_install twisted - sudo easy_install beautifulsoup - -"simple" dependencies via pip: - - sudo pip install pyyaml - sudo pip install twisted - sudo pip install beautifulsoup - - - -libdnet: - - wget http://libdnet.googlecode.com/files/libdnet-1.12.tgz - tar xzf libdnet-1.12.tgz - cd libdnet-1.12 - ./configure && make - cd python/ - sudo python setup.py install - cd ../../ && rm -rf libdnet-1.12* - -pypcap: - - svn checkout http://pypcap.googlecode.com/svn/trunk/ pypcap-read-only - cd pypcap-read-only/ - sudo pip install pyrex - make - sudo python setup.py install - cd ../ && rm -rf pypcap-read-only - -scapy: - - wget http://www.secdev.org/projects/scapy/files/scapy-latest.zip - unzip scapy-latest.zip - cd scapy-2.2.0/ - sudo python setup.py install - cd ../ && rm -rf scapy-* - diff --git a/INSTALL b/INSTALL new file mode 120000 index 0000000..5c72744 --- /dev/null +++ b/INSTALL @@ -0,0 +1 @@ +docs/source/install.rst \ No newline at end of file
tor-commits@lists.torproject.org