add optional tor install for onion module

pull/196/head
Terrtia 2018-04-09 14:09:15 +02:00
parent 699f918bc2
commit c42aeb3943
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ sudo apt-get update
sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \ sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \
screen g++ python-tk unzip libsnappy-dev cmake -y screen g++ python-tk unzip libsnappy-dev cmake -y
#optional tor install
sudo apt-get install tor
#Needed for bloom filters #Needed for bloom filters
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y