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.9
- glib >= 2.44
- gtk+ 4.0
- pthread
- zlib
- libbz2
- libssl
- libmaxminddb

--optional--

- libtar (Note: For Backup/Restore options )
- libnotify >= 0.4.1 ( Note: For popups notifications )
- xattr ( Note: for storing hashes beside files to not always re-hash )

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.


