mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-06 13:37:07 +00:00
14 lines
148 B
Bash
14 lines
148 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# find root
|
||
|
cd `dirname $PWD/$0`
|
||
|
|
||
|
. ./CONFIG
|
||
|
|
||
|
./swig.sh
|
||
|
./vala.sh
|
||
|
./valabind.sh
|
||
|
|
||
|
#apt-get install ${PYTHON_VERSION}
|
||
|
:> .mark_python-deps
|