mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Autre correction de installing_deps.sh
This commit is contained in:
parent
714f569d15
commit
2859162b01
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ sudo apt-get update
|
|||
|
||||
sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \
|
||||
screen g++ python-tk unzip libsnappy-dev
|
||||
|
||||
#Needed for bloom filters
|
||||
sudo apt-get install libssl-dev libfreetype6-dev python-numpy
|
||||
|
||||
|
@ -18,7 +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-2.7 -U distribute
|
||||
sudo easy_install -U distribute
|
||||
|
||||
# REDIS #
|
||||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||
|
|
Loading…
Reference in a new issue