mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
gdb 7.11 is released.
This commit is contained in:
parent
4fad6a0dae
commit
a386a4a8fe
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl https://ftp.gnu.org/gnu/gdb/gdb-7.10.tar.gz | tar xz
|
curl https://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.gz | tar xz
|
||||||
cd gdb-7.10
|
cd gdb-7.11
|
||||||
./configure --prefix=$(dirname $PWD) --with-python=python2 --enable-targets=all
|
./configure --prefix=$(dirname $PWD) --with-python=python2 --enable-targets=all
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue