Added new oxygen style look
[system_status.git] / INSTALL
blob86cd6be603201273559b474494a15ccc5cf5c281
1 To Install System Status:
3 (these steps worked for me using a KDE4 desktop on gentoo)
5 tar -jxf /path/to/system_status-version.tar.gz
6 cd system_status
7 mkdir build
8 cd build
9 cmake ../ -DCMAKE_INSTALL_PREFIX=/path/to/kde4
10 make
11 sudo make install
13 then run
14 kquitapp plasma && plasma
16 The applet should appear in the add applets dialog.