mirror of https://github.com/CIRCL/AIL-framework
Merge 1a3b5d24fc
into 055bc1a1b2
commit
e7f6922399
|
@ -49,7 +49,7 @@ git submodule update --init
|
|||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||
pushd redis/
|
||||
git checkout 5.0
|
||||
make
|
||||
make -j
|
||||
popd
|
||||
|
||||
# Faup
|
||||
|
@ -57,7 +57,7 @@ test ! -d faup/ && git clone https://github.com/stricaud/faup.git
|
|||
pushd faup/
|
||||
test ! -d build && mkdir build
|
||||
cd build
|
||||
cmake .. && make
|
||||
cmake .. && make -j
|
||||
sudo make install
|
||||
echo '/usr/local/lib' | sudo tee -a /etc/ld.so.conf.d/faup.conf
|
||||
sudo ldconfig
|
||||
|
@ -78,7 +78,7 @@ test ! -d pgpdump && git clone https://github.com/kazu-yamamoto/pgpdump.git
|
|||
pushd pgpdump/
|
||||
autoreconf -fiW all
|
||||
./configure
|
||||
make
|
||||
make -j
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ unzip temp/yara.zip -d temp/
|
|||
pushd temp/yara-${YARA_VERSION}
|
||||
./bootstrap.sh
|
||||
./configure
|
||||
make
|
||||
make -j
|
||||
sudo make install
|
||||
make check
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue