more info to help newbies

This commit is contained in:
Marcos Pinto 2007-07-08 00:50:47 +00:00
parent 7d3c05f3fa
commit 6bfd1d504d

15
README
View file

@ -18,12 +18,12 @@ or Ubuntu system, those dependencies are:
g++
python-all-dev
python-all
python-all version >= 2.4
python-dbus
python-gtk2
python-gtk2 version >= 2.9
python-xdg
python-support
libboost-dev
libboost-dev >= 1.33.1
libboost-thread-dev
libboost-date-time-dev
libboost-filesystem-dev
@ -67,3 +67,12 @@ Notes:
to allow Deluge to rebuild it's configuration
file.
3) If #2 above still doesn't work, then do the
following as rootto completely remove all traces
of deluge:
apt-get --purge remove deluge-torrent \
&& rm -rf ~/.config/deluge && \
rm -r `find / -name 'deluge*'`
Now your system is clean of deluge, so you can
install it fresh without problems.