This repository was archived by the owner on Sep 25, 2023. It is now read-only.
hiroshiyui/kaffeine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is an experimental KF5/Qt5 port of kaffeine. Work is in progress, and may advance too slowly. Please try to fix the compile issues you are facing and lets collaborate to make Kaffeine KDE 5 ready. ------------------- Installing Kaffeine ------------------- The following development headers are needed (recommended versions): * Qt >= 5.0 * KF >= 5.0 * 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) -------- DEV STATUS -------- WiP ------- Authors ------- Former maintainers: Christoph Pfister <christophpfister@gmail.com> Christophe Thommeret Jürgen Kofler Thanks to various contributors, translators, testers ...