Add dependency

This commit is contained in:
Raphaël Vinot 2016-07-25 11:55:14 +02:00
parent 5d4a02e706
commit b8bc9c0f17

View file

@ -17,6 +17,9 @@ sudo apt-get install libadns1 libadns1-dev
#Needed for redis-lvlDB
sudo apt-get install libev-dev libgmp-dev
# ssdeep
sudo apt-get install libfuzzy-dev
# REDIS #
test ! -d redis/ && git clone https://github.com/antirez/redis.git
pushd redis/