mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Merge branch 'master' of github.com:CIRCL/AIL-framework
This commit is contained in:
commit
52ec3e5083
2 changed files with 3 additions and 2 deletions
|
@ -66,7 +66,7 @@ sudo apt-get install python-numpy
|
||||||
sudo apt-get install libadns1
|
sudo apt-get install libadns1
|
||||||
sudo apt-get install libadns1-dev
|
sudo apt-get install libadns1-dev
|
||||||
sudo apt-get install libev-dev (redis-levelDB dependency)
|
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:
|
Then these modules need to be install with pip inside the virtual environment:
|
||||||
|
|
|
@ -6,7 +6,7 @@ set -x
|
||||||
sudo apt-get update
|
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
|
screen g++ python-tk unzip libsnappy-dev
|
||||||
|
|
||||||
#Needed for bloom filters
|
#Needed for bloom filters
|
||||||
sudo apt-get install libssl-dev libfreetype6-dev python-numpy
|
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
|
#needed for mathplotlib
|
||||||
test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
|
test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
|
||||||
|
sudo easy_install -U distribute
|
||||||
|
|
||||||
# REDIS #
|
# REDIS #
|
||||||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||||
|
|
Loading…
Reference in a new issue