Website: http://freedcpp.narod.ru (outdated)
Sources: https://github.com/eiskaltdcpp/freedcpp
GNU GPL v2.0 or later. See License.txt for details.
FreeDC++ – DC++ client based on LinuxDC++ source code.
See changes in Changelog.txt and commits history.
FreeDC++ code base was used in BMDC++ and EiskaltDC++ GTK projects.
Attention! Active project development was stopped long time ago and its usage is not recommended! FreeDC++ users should consider switching to one of these modern clients: EiskaltDC++, BMDC++, AirDC++, Ncdc.
$ cd /path/to/freedcpp
$ scons PREFIX=/path/to/install
$ sudo scons install
$ freedcpp
or
$ /path/to/install/bin/freedcpp
To uninstall FreeDC++, simply delete the directory you installed it in.
To uninstall using scons, run:
$ scons -c
or if you used scons to install into the file system then use the same scons command that you used to install and add the option -c:
$ sudo scons -c install