mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
Fix missing LIB_VEX error
codereason uses a modified lib_vex that isn't installed system wide, compiled with the make.sh and breaks the install if not there.
This commit is contained in:
parent
b2a047f054
commit
8054c710c6
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
git clone https://github.com/trailofbits/codereason
|
||||
cd codereason
|
||||
./install_vex.sh
|
||||
./make.sh
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue