new run svn script
This commit is contained in:
parent
70620ce253
commit
a85fcc452a
@ -4,15 +4,18 @@ echo " Updating to latest SVN version "
|
|||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
svn update
|
svn update
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
|
echo " Linking modules to working directory "
|
||||||
|
echo "*******************************************"
|
||||||
|
ln -s src/*.py .
|
||||||
|
echo "*******************************************"
|
||||||
echo " Building Deluge-SVN "
|
echo " Building Deluge-SVN "
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
python setup.py build
|
python setup.py build
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
echo " Linking C++ module to current directory "
|
echo " Linking C++ module to current directory "
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
rm deluge_core.so
|
|
||||||
ln -s build/lib*/deluge_core.so .
|
ln -s build/lib*/deluge_core.so .
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
echo " Launching Deluge-SVN "
|
echo " Launching Deluge-SVN "
|
||||||
echo "*******************************************"
|
echo "*******************************************"
|
||||||
python delugegtk.py
|
python delugegtk.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user