mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-18 08:08:46 +00:00
script for running svn version of deluge
This commit is contained in:
parent
97f9bc2370
commit
9950c621fd
1 changed files with 18 additions and 0 deletions
18
run_svn.sh
Normal file
18
run_svn.sh
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue