diff options
author | Slávek Banko <[email protected]> | 2015-10-02 01:29:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-10-02 01:29:16 +0200 |
commit | a871b094be571a1d8313e95c31be0f1d97ea51a7 (patch) | |
tree | 19aafd3ebd1819f14bbb70f544dce1a8211baba4 /README | |
parent | 1e0e72fceb542e4eb984b50f747c38314f055b8f (diff) | |
download | kooldock-a871b094be571a1d8313e95c31be0f1d97ea51a7.tar.gz kooldock-a871b094be571a1d8313e95c31be0f1d97ea51a7.zip |
Update instructions in the README
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,18 +4,18 @@ 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. +It's also possible to do it in TDevelop. Normal compilation: Run in console ./configure make; make install -Compilation version from SVN -make -f Makefile.cvs +Compilation version from GIT +make -f admin/Makefile.common ./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 +Warning: If you are using kooldock on gnome, without installed TDE, you should know, that's necessary to install TDEbase to have working launchers. |