mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
43 lines
830 B
Text
43 lines
830 B
Text
![]() |
-------------------
|
||
|
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 ...
|