mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +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
|
||||
|
||||
# move to ctftools virtual env
|
||||
source ${VIRTUALENVWRAPPER_SCRIPT}
|
||||
workon ctftools
|
||||
source ctf-tools-venv-activate
|
||||
|
||||
./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 install
|
||||
|
|
Loading…
Reference in a new issue