blob: 1fbdf2a40f953cfc71c7e8f4e45d50bd1670d54b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Install like all plasmoids
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make -s
sudo make -s install
# After an update restart plasma
kquitapp plasma && plasma
|