diff --git a/run_svn.sh b/run_svn.sh new file mode 100644 index 000000000..086818fb3 --- /dev/null +++ b/run_svn.sh @@ -0,0 +1,18 @@ +#!/bin/sh +echo "*******************************************" +echo " Updating to latest SVN version " +echo "*******************************************" +svn update +echo "*******************************************" +echo " Building Deluge-SVN " +echo "*******************************************" +python setup.py build +echo "*******************************************" +echo " Linking C++ module to current directory " +echo "*******************************************" +rm deluge_core.so +ln -s build/lib*/deluge_core.so . +echo "*******************************************" +echo " Launching Deluge-SVN " +echo "*******************************************" +python delugegtk.py \ No newline at end of file