*******************************************************************************
Program Depends
*******************************************************************************
libqtcore4, libqtgui4, libqt4-network, libqt4-xml, libqt4-dbus (>= 4.4.0)
libupnp (=1.6.* only)
libssl (>= 0.9.8)
bzip2
zlib
libaspell (optional, see cmake keys)
libboost-system, libboost-filesystem, libboost-date-time (>=1.34.1) (optional, see cmake keys)
libqt4-script (>= 4.4.0) (optional, see cmake keys)


*******************************************************************************
Build Depends
*******************************************************************************
qt4 (>=4.4.0)
cmake (>= 2.6.0)
libupnp-dev (=1.6.* only)
libboost-dev (headers only)
bzip2
zlib
gcc
libaspell-dev (optional, see cmake keys)
libboost-dev (headers only) (optional, see cmake keys)
libboost-date-time-dev, libboost-filesystem-dev, libboost-system-dev (optional, see cmake keys)


*******************************************************************************
Installation in Linux and other UNIX-like systems
*******************************************************************************
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
make -j2
sudo make install

---------
# Note: you can get the lastest program sorces from subversion
svn export http://eiskaltdc.googlecode.com/svn/branches/trunk/ eiskaltdcpp-trunk

---------
Keys for cmake:
-DUSE_ASPELL:BOOL=1/0 (default: not set)
    forced use or not use aspell
-DFREE_SPACE_BAR:BOOL=1 (default: BOOL=0)
    boost libs
-DFREE_SPACE_BAR_C:BOOL=1 (default: BOOL=0)
    .
-DLOCAL_BOOST:BOOL=1 (default: BOOL=0)
    use local boost headers
-Dlinguas:STRING="needed translations, separator ' '" (default: NOT SET)
    example: -Dlinguas="en ru"
-DFORCE_XDG=ON/OFF (default: ON)
    use or not use $XDG_CONFIG_HOME and $XDG_CONFIG_DOWNLOADS variables
    see http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html
-DUSE_JS:BOOL=1 (default: BOOL=0)
    Enable/disable QtScript basic support
-DUSE_ICON_THEME:BOOL=1 (default: BOOL=0)
    Using system icon theme. Work only with Qt >= 4.6.0 and only in KDE and Gnome.
-DCMAKE_INSTALL_PREFIX=<prefix for install> (default: /usr/local)
    .
-DESKTOP_ENTRY_PATH=<prefix for install> (default: /usr/local/share/applications/)
    .
-PIXMAPS_ENTRY_PATH=<prefix for install> (default: /usr/local/share/pixmaps/)
    .
And other standart cmake keys...


*******************************************************************************
Uninstall program
*******************************************************************************
sudo make uninstall


*******************************************************************************
*BSD specific notes
*******************************************************************************
cmake ./
gmake -j2
sudo gmake install


*******************************************************************************
Mac OS X specific notes
*******************************************************************************
# For generate native bundle on Mac OS X use:
cpack -G DragNDrop

