radare2/sys/gtkaml.sh
2015-06-16 23:47:36 -04:00

19 lines
252 B
Bash
Executable File

#!/bin/sh
# find root
cd "$(dirname "$PWD/$0")"
mkdir -p _work
cd _work
if [ -d gtkaml ]; then
cd gtkaml
svn up
else
svn co https://gtkaml.googlecode.com/svn/trunk gtkaml
cd gtkaml
fi
sh autogen.sh --prefix=/usr && \
make && \
sudo make install