summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:53 -0600
commitac9a21d863af4e73d8b88ef97970ec6662032463 (patch)
tree4a873d3c99425d184a9c43e2b3d1d548d2535dc7 /README
parentc51757c3f2cde684c5cf8959405b6c565066e42e (diff)
downloadkdiff3-ac9a21d863af4e73d8b88ef97970ec6662032463.tar.gz
kdiff3-ac9a21d863af4e73d8b88ef97970ec6662032463.zip
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1f60b5a..9ca61fb 100644
--- a/README
+++ b/README
@@ -86,7 +86,7 @@ Installation for KDE3:
was wrong. Check where your KDE3 installation is located and
use that directory with the prefix-option of configure.
- This command should tell you: kde-config --prefix
+ This command should tell you: tde-config --prefix
For SuSE and most distributions the prefix usually is /opt/trinity.
For Redhat/Fedora and Mandrake the prefix usually is /usr.
@@ -101,7 +101,7 @@ Installation for KDE3:
(rm -R `find $TDEHOME -name "*kdiff3*" -not -name "kdiff3*rc"`)
On Fedora-64-bit systems the following configure-line was reported to work:
- ./configure --prefix=`kde-config --prefix` --enable-libsuffix=64 --with-qt-libraries=/usr/lib64/qt-3.3/lib/
+ ./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