summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 97e2c57..e6ddc8c 100644
--- a/README
+++ b/README
@@ -104,8 +104,8 @@ Installation for KDE3:
./configure --prefix=`tde-config --prefix` --enable-libsuffix=64 --with-qt-libraries=/usr/lib64/qt-3.3/lib/
Both --enable-libsuffix=64 and -with-qt-libraries=/usr/lib64/qt-3.3/lib/ are needed;
without the first one it fails to find the KDE libraries,
- and without the second one it fails to find libqt-mt
- (strangely enough: libqt-mt is in /usr/lib64/qt-3.3/lib,
+ and without the second one it fails to find libtqt-mt
+ (strangely enough: libtqt-mt is in /usr/lib64/qt-3.3/lib,
and "configure" tries /usr/lib64/qt-3.3/lib64)
If your qt-libraries are elsewhere please adapt the path accordingly.