mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
2415d86fd6
* Some fixes in r_magic api to make r_lang/perl compile
14 lines
148 B
Bash
Executable File
14 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# find root
|
|
cd `dirname $PWD/$0`
|
|
|
|
. ./CONFIG
|
|
|
|
./swig.sh
|
|
./vala.sh
|
|
./valabind.sh
|
|
|
|
#apt-get install ${PYTHON_VERSION}
|
|
:> .mark_python-deps
|