-------------------
Installing Kaffeine
-------------------

The following tools are needed to build Kaffeine:
* GNU c++
* GNU make
* cmake >= 3.4
* cmake ECM (extra-cmake-modules)

The following development headers are needed (recommended versions):
* Qt >= 4.6
* KDE >= 4.4
* libX11
* libXss
* libqt-sql-sqlite
* libvlc
* libdvbv5

If build fails for missing VLC directories, install libvlc-dev.

For the translations you need:
* gettext

So, on Debian, for example, those packages should be installed:

   apt-get install kdelibs5-dev libvlc-dev libxss-dev libqt5-sql-sqlite \
		   libkf5coreaddons-dev libkf5i18n-dev libqt5x11extras5-dev \
		   libkf5solid-dev libkf5widgetsaddons-dev kio-dev \
		   libkf5idletime-dev libkf5kdbusaddons-dev \
		   qt5-default libdvbv5-dev libkf5notifications-dev \
		   gettext cmake extra-cmake-modules make g++

On Fedora, you need a repository with VLC, like rpmfusion. The packages
should be installed with:
   dnf install  kf5-kcoreaddons-devel extra-cmake-modules \
		qt5-qtx11extras-devel kf5-kidletime-devel \
		kf5-knotifications-devel kf5-solid-devel kf5-kio-devel \
		kf5-kdbusaddons-devel kf5-ki18n-devel vlc-devel

Create an empty build directory and do the following steps:
# cmake <path/to/kaffeine/source/directory> <options>
# make
# make install

Useful options include:
* -DCMAKE_BUILD_TYPE=<type> (Debug or Release)
* -DCMAKE_INSTALL_PREFIX=<path> (installation prefix for Kaffeine, e.g. /usr)

For further information look for generic KDE4 / cmake instructions.

--------
Homepage
--------

http://kaffeine.kde.org

-------
Authors
-------

Maintainer:
  Lasse Lindqvist <lasse.k.lindqvist@gmail.com>
  
Former maintainers:
  Christoph Pfister
  Christophe Thommeret
  Jürgen Kofler

Thanks to various contributors, translators, testers ...
