summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
commit39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70 (patch)
treed6bc97f38d36892b14703c788cef782f13ee2a4d /README
downloadkooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.tar.gz
kooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.zip
Initial import of kooldock 0.4.7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..839f1e9
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+KoolDock is based upon the work of Dang Viet Dung, KSmoothDock 2.1.
+For the latest release of ksmoothdock, please visit
+http://www.kde-look.org/content/show.php?content=6585
+
+To compile in debugmode, before making run:
+$ CXXFLAGS="-D_ENABLE_DEBUG" ./configure --enable-debug=full
+It's also possible to do it in KDevelop.
+
+Normal compilation:
+Run in console
+./configure
+make; make install
+
+Compilation version from SVN
+make -f Makefile.cvs
+./configure
+make; make install
+
+make install - it installs compiled project into tour system, to do this you must have root privilages
+
+Warning: If you are using kooldock on gnome, without installed KDE, you should know, that's necessary to install KDEbase to have working launchers. \ No newline at end of file