summaryrefslogtreecommitdiff
path: root/plasma/README
diff options
context:
space:
mode:
Diffstat (limited to 'plasma/README')
-rw-r--r--plasma/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/plasma/README b/plasma/README
new file mode 100644
index 0000000..1fbdf2a
--- /dev/null
+++ b/plasma/README
@@ -0,0 +1,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
+