Merge branch 'master' of github.com:CIRCL/AIL-framework

This commit is contained in:
Alexandre Dulaunoy 2015-12-22 21:38:12 +00:00
commit 52ec3e5083
2 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,7 @@ sudo apt-get install python-numpy
sudo apt-get install libadns1
sudo apt-get install libadns1-dev
sudo apt-get install libev-dev (redis-levelDB dependency)
sudp apt-get install libgmp-dev (redis-levelDB dependency)
sudo apt-get install libgmp-dev (redis-levelDB dependency)
```
Then these modules need to be install with pip inside the virtual environment:

View file

@ -6,7 +6,7 @@ set -x
sudo apt-get update
sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \
screen g++ python-tk unzip
screen g++ python-tk unzip libsnappy-dev
#Needed for bloom filters
sudo apt-get install libssl-dev libfreetype6-dev python-numpy
@ -19,6 +19,7 @@ sudo apt-get install libev-dev libgmp-dev
#needed for mathplotlib
test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
sudo easy_install -U distribute
# REDIS #
test ! -d redis/ && git clone https://github.com/antirez/redis.git