Menu

Tree [76a969] master /
 History

HTTPS access


File Date Author Commit
 ConverterWinEmoticons 2017-04-19 Mank Mank [a93a2f] fix prev
 LegacyDoc 2017-04-19 Mank Mank [a93a2f] fix prev
 cmake 2017-04-19 Mank Mank [a93a2f] fix prev
 country 2017-04-19 Mank Mank [a93a2f] fix prev
 data 2017-08-13 Mank16 Mank16 [2aea91] Fix desktop file (again) ,Fix SSSocket, potetia...
 dcpp 2017-08-15 Mank16 Mank16 [c2e370] rem some potecionaly unneed ifs
 debian 2017-04-19 Mank Mank [a93a2f] fix prev
 emoticons 2017-04-19 Mank Mank [a93a2f] fix prev
 extensions 2017-04-19 Mank Mank [a93a2f] fix prev
 icons 2017-06-02 Mank Mank [974bb7] Fix compaktibility with OpenSSL 1.1.x
 info 2017-04-19 Mank Mank [a93a2f] fix prev
 linux 2017-08-11 Mank16 Mank16 [4faaa7] Fix desktop file path , cleanup
 miniupnpc 2017-04-19 Mank Mank [a93a2f] fix prev
 natpmp 2017-04-19 Mank Mank [a93a2f] fix prev
 po 2017-08-15 Mank16 Mank16 [abe926] Potetialy Fix sslsockets?
 settings 2017-07-29 Mank16 Mank16 [bef130] appartely this chars should not be allowed?, us...
 ui 2017-07-09 Mank Mank [1d7630] Fix some typpos in Shortcuts
 .gitignore 2017-04-19 Mank Mank [a93a2f] fix prev
 .gresource.xml 2017-07-08 Mank Mank [8e3a51] Add ShortCuts Window, bump min ver to 3.17.x, a...
 .travis.yml 2017-06-25 Mank Mank [5e0488] Try something in travis
 BMDC-Changelog.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 BMDC-Readme.txt 2017-07-08 Mank Mank [8e3a51] Add ShortCuts Window, bump min ver to 3.17.x, a...
 BMDC.tags 2017-04-19 Mank Mank [a93a2f] fix prev
 CMakeLists.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 CODE_OF_CONDUCT.md 2018-04-12 Mank16 Mank16 [76a969] Create CODE_OF_CONDUCT.md
 COPYING.DCPP.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 COPYING.OpenSSL.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 Credits.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 LICENSE 2017-04-19 Mank Mank [a93a2f] fix prev
 LICENSE-GeoIP.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 License.txt 2017-04-19 Mank Mank [a93a2f] fix prev
 Makefile 2017-06-25 Mank Mank [203dda] Fix xattr
 README.md 2017-05-22 Mank Mank [5a76d9] add note about python2-dbus and qdbus to README...
 SConstruct 2017-08-13 Mank16 Mank16 [2aea91] Fix desktop file (again) ,Fix SSSocket, potetia...
 TODO.md 2017-06-25 Mank Mank [eb57f5] remove dcpp/po , fix some typo
 bmdc.gschema 2017-04-19 Mank Mank [a93a2f] fix prev
 clang.sh 2017-07-30 Mank16 Mank16 [b657e8] fix compile with clang
 mingw.sh 2017-04-19 Mank Mank [a93a2f] fix prev
 snapcraft.yaml 2017-04-19 Mank Mank [a93a2f] fix prev

Read Me

Introduction:

BMDC++ - DC++ client based on FreeDC++ with Ignore Users,...
see BMDC-Changelog.txt for detailed info.

Dependencies:

  • scons >= 0.96
  • pkg-config
  • g++ >= 4.7
  • glib >= 2.32
  • gtk+-3.0 >= 3.6
  • pthread
  • zlib
  • libbz2
  • libssl
  • libGeoIP >= 1.4.7

--optional--

  • libXss (Note: for idle detection)
  • libtar (Note: For Backup/Restore options )
  • libnotify >= 0.4.1 ( Note: For popups notifications )
  • libappindicator3 ( Note: For appindicators)
  • xattr ( Note: for storing hashes beside files to not always re-hash )
  • Runtime-deps is also glib-networking ( or similar) for open URI
  • also python2-dbus and qdbus for Media Spam (/kaff and /vlc)

Compiling:

$ cd /path/to/bmdc-source
$ scons PREFIX=/path/to/install/

Installing:

scons install

Running:

$ bmdc
or
$ /path/to/install/bin/bmdc

Uninstalling:

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

License:

GNU GPL Version 2 or later
See License.txt for details.

Contact:

Website:
https://launchpad.net/bmdc++
https://sourceforge.net/projects/freedcppmv/