mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
compile first, install later
This commit is contained in:
parent
4760669b78
commit
0ad8a5ed00
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ git clone --depth 1 https://github.com/unicorn-engine/unicorn.git
|
|||
source ctf-tools-venv-activate
|
||||
|
||||
pushd unicorn
|
||||
echo "compiling unicorn"
|
||||
UNICORN_QEMU_FLAGS="--python=$(which python)" PREFIX="$VIRTUAL_ENV" ./make.sh
|
||||
echo "installing unicorn to $VIRTUAL_ENV"
|
||||
UNICORN_QEMU_FLAGS="--python=$(which python)" PREFIX="$VIRTUAL_ENV" ./make.sh install
|
||||
|
||||
|
|
Loading…
Reference in a new issue