mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
updated gdb install to use ctf-tools-venv-activate
This commit is contained in:
parent
65e76d4087
commit
df69ea4b75
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ curl https://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz | tar xz
|
||||||
cd gdb-7.11.1
|
cd gdb-7.11.1
|
||||||
|
|
||||||
# move to ctftools virtual env
|
# move to ctftools virtual env
|
||||||
source ${VIRTUALENVWRAPPER_SCRIPT}
|
source ctf-tools-venv-activate
|
||||||
workon ctftools
|
|
||||||
|
|
||||||
./configure --prefix=$(dirname $PWD) --with-python=python2 --enable-targets=all
|
./configure --prefix=$(dirname $PWD) --with-python=$(which python) --enable-targets=all
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue