mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
new run svn script
This commit is contained in:
parent
70620ce253
commit
a85fcc452a
@ -4,13 +4,16 @@ echo " Updating to latest SVN version "
|
||||
echo "*******************************************"
|
||||
svn update
|
||||
echo "*******************************************"
|
||||
echo " Linking modules to working directory "
|
||||
echo "*******************************************"
|
||||
ln -s src/*.py .
|
||||
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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user