radare2/sys/python-deps.sh
pancake 2415d86fd6 * Added sys/ in order to ease build, deps and python /cc @hteso
* Some fixes in r_magic api to make r_lang/perl compile
2011-09-10 02:19:06 +02:00

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