diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:16:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:16:53 -0600 |
commit | ac9a21d863af4e73d8b88ef97970ec6662032463 (patch) | |
tree | 4a873d3c99425d184a9c43e2b3d1d548d2535dc7 /README | |
parent | c51757c3f2cde684c5cf8959405b6c565066e42e (diff) | |
download | kdiff3-ac9a21d863af4e73d8b88ef97970ec6662032463.tar.gz kdiff3-ac9a21d863af4e73d8b88ef97970ec6662032463.zip |
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |