mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Add missing dependencies
This commit is contained in:
parent
b5bf4583e3
commit
80bf7a4762
1 changed files with 4 additions and 1 deletions
|
@ -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
|
screen g++ python-tk unzip
|
||||||
|
|
||||||
#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
|
||||||
|
@ -14,6 +14,9 @@ sudo apt-get install libssl-dev libfreetype6-dev python-numpy
|
||||||
# DNS deps
|
# DNS deps
|
||||||
sudo apt-get install libadns1 libadns1-dev
|
sudo apt-get install libadns1 libadns1-dev
|
||||||
|
|
||||||
|
#Needed for redis-lvlDB
|
||||||
|
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/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue