diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:31 -0600 |
commit | 1904298dd6be110fd95658027faa816a1243b892 (patch) | |
tree | 8ba02d89a46822608beb4389cf65128043da08f4 /README | |
parent | 4a15cbc32357a1cc7b9d0130b189189933925b2f (diff) | |
download | kgtk-qt3-1904298dd6be110fd95658027faa816a1243b892.tar.gz kgtk-qt3-1904298dd6be110fd95658027faa816a1243b892.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,9 +94,9 @@ So, to compile everything I suggest the following: 11. make 12. sudo make install -NOTE: If you have both KDE3 and KDE4 installed, when calling cmake for KDE3, set KDEDIR to be empty. +NOTE: If you have both KDE3 and KDE4 installed, when calling cmake for KDE3, set TDEDIR to be empty. e.g. - KDEDIR= cmake -DCMAKE_INSTALL_PREFIX=/usr -DKGTK_KDE4=false -DKGTK_QT4=false + TDEDIR= cmake -DCMAKE_INSTALL_PREFIX=/usr -DKGTK_KDE4=false -DKGTK_QT4=false Notes ----- |