File: INSTALL

package info (click to toggle)
plasma-widget-adjustableclock 2.6.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 260 kB
  • sloc: cpp: 957; sh: 85; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To install plasmoid check if you have installed needed header files (kdelibs and kdebase-workspace), unpack archive, go to it's main directory (applet/) and execute install.sh script.

Alternatively you can run following commands:

mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
su
make install
exit
kbuildsycoca4

After that plasmoid should show up in add widgets dialog.

If not, you can try to execute:

kquitapp plasma-desktop
plasma-desktop