*******************************************************************************
Program Depends
*******************************************************************************
libqtcore4, libqtgui4, libqt4-network, libqt4-xml, libqt4-dbus (>= 4.5.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)


*******************************************************************************
Build Depends
*******************************************************************************
qt4 (>=4.5.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 (default: BOOL=0)
-DFREE_SPACE_BAR:BOOL=1 (default: BOOL=0) (boost libs)
-DLOCAL_BOOST:BOOL=1 (default: BOOL=0) (use local boost headers)
-DCMAKE_PREFIX_INSTALL=<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

