1) save the *.skz file and open through plasma.
* tar -xvf plasmoid.tar.gz
* cd plasmoid
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
* make
* sudo make install OR su -c "make install"
* Have fun!![]()
BeTZe schrieb:Der Programmierer schreibt zur Installation folgendes:
1) save the *.skz file and open through plasma.