... From readme:
Code: Select all
sudo apt-get install g++ make python-all-dev python-all python-dbus \
python-gtk2 python-notify librsvg2-common python-xdg python-support \
subversion libboost-dev libboost-python-dev \
libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
libssl-dev zlib1g-dev python-setuptools \
python-mako python-twisted-web python-chardet python-simplejson
mkdir deluge && cd deluge
svn co http://svn.deluge-torrent.org/trunk deluge
python setup.py build
sudo python setup.py install
deluged -d
Segmentation fault
But if I install 1.2RC1 from PPA all work fine.
Please help me. My brain is broken.
UPD: Alright problem solved after I install python-libtorrent from Deluge PPA.