rizin/sys/python.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

15 lines
207 B
Bash
Executable file

#!/bin/sh
# find root
cd `dirname $PWD/$0` ; cd ..
. ./sys/CONFIG
export PYTHON_CONFIG
cd r2-bindings
./configure --prefix=/usr --enable-devel --enable=python
cd python
make clean
make
sudo make install