Home

Awesome

FreeDC++ – file sharing program using Direct Connect protocols

Website: http://freedcpp.narod.ru (outdated)<br/> Sources: https://github.com/eiskaltdcpp/freedcpp

License

GNU GPL v2.0 or later. See License.txt for details.

Description

FreeDC++ – DC++ client based on LinuxDC++ source code.<br/> 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.

Dependencies

Compiling and installing

$ cd /path/to/freedcpp
$ scons PREFIX=/path/to/install
$ sudo scons install

Running

$ freedcpp

or

$ /path/to/install/bin/freedcpp

Uninstalling

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