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 -----