mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Update install to 2.5
This commit is contained in:
parent
2af586ff1c
commit
71a1ba3ff3
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
INST_DIR=$PWD
|
||||
|
||||
wget --no-check-certificate -O - https://code.soundsoftware.ac.uk/attachments/download/1185/sonic-visualiser-2.4.1.tar.gz | tar xz
|
||||
cd sonic-visualiser-2.4.1
|
||||
wget --no-check-certificate -O - https://code.soundsoftware.ac.uk/attachments/download/1675/sonic-visualiser-2.5.tar.gz | tar xz
|
||||
cd sonic-visualiser-2.5
|
||||
./configure --prefix=$INST_DIR
|
||||
make -j
|
||||
#make install
|
||||
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -s ../sonic-visualiser-2.4.1/sonic-visualiser .
|
||||
ln -s ../sonic-visualiser-2.5/sonic-visualiser .
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue