BMDC – DC++ client based on FreeDC++ with Ignore Users and other changes.
See BMDC-Changelog.txt for detailed info.
GNU GPL v3.0 or later. See LICENSE for details.
- Website: https://bmdcpp.github.io
- Sources: https://github.com/bmdcpp/bmdc
- scons >= 0.96
- pkg-config
- g++ >= 5
- glib >= 2.32
- gtk+ >= 4.0
- pthread
- zlib
- libbz2
- libssl
- libmaxminddb
- gettext
- pcre
- xattr ( Note: for storing hashes beside files to not always re-hash )
- libtar (Note: For Backup/Restore options )
=======
$ cd /path/to/bmdc-source
$ scons PREFIX=/path/to/install/
# scons install
$ bmdc
or
$ /path/to/install/bin/bmdc
To uninstall BMDC, 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:
# scons -c install
=======
GNU GPL Version 3.0 or later See LICENSE for details.