summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:31 -0600
commit1904298dd6be110fd95658027faa816a1243b892 (patch)
tree8ba02d89a46822608beb4389cf65128043da08f4
parent4a15cbc32357a1cc7b9d0130b189189933925b2f (diff)
downloadkgtk-qt3-1904298d.tar.gz
kgtk-qt3-1904298d.zip
Rename KDEHOME and KDEDIR
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b7337f9..072643a 100644
--- a/README
+++ b/README
@@ -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
-----