SimpleDC++ is a DC++ client written in Python with a GTK2 frontend. It supports multi-threaded downloading.
Installation Instructions:
make
sudo make install
Second way (need checkinstall package):
make package
sudo dpkg -i ./packages/simpledcpp_{VERSION}-0.1_i386.deb
If you use the first way to install the program, run:
sudo make uninstall
else:
sudo dpkg -r simpledcpp
Example:
simpledcpp --folders:"MyShare1:/path/to/myshare1:MyShare2:/path/to/myshare2" --recreate
Open ~/.simpledcpp/settings.xml, and change codepage options.
Product's homepage
Requirements:
· Python
· Psyco
· python-notify
· tthsum
· python-glade2
·
·