mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Add dependency
This commit is contained in:
parent
5d4a02e706
commit
b8bc9c0f17
1 changed files with 3 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue