forked from denisq/kaffeine5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (30 loc) · 931 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 <[email protected]>
Christophe Thommeret
Jürgen Kofler
Thanks to various contributors, translators, testers ...