13 lines
148 B
Bash
Executable file
13 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
|