kde-playground/kaffeine
2015-09-03 05:30:13 +00:00
..
cmake/modules import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
deviceactions import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
dtvdaemon various adjustments and cleanups 2015-09-03 05:30:13 +00:00
icons import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
include import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
profiles import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
src various adjustments and cleanups 2015-09-03 05:30:13 +00:00
tools import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
.krazy import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
Changelog import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
CMakeLists.txt import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
COPYING import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
COPYING-DOCS import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
NOTES import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00
README import kaffeine and kamoso from Git HEAD 2015-03-04 07:15:19 +00:00

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

The following development headers are needed (recommended versions):
* Qt >= 4.6
* KDE >= 4.4
* libX11
* libXss

For the translations you need:
* gettext

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:
  Christoph Pfister <christophpfister@gmail.com>

Former maintainers:
  Christophe Thommeret
  Jürgen Kofler

Thanks to various contributors, translators, testers ...