diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -91,14 +91,14 @@ Installation for KDE3: For SuSE and most distributions the prefix usually is /opt/trinity. For Redhat/Fedora and Mandrake the prefix usually is /usr. For a local installation, that doesn't need root rights try - - ./configure --prefix=$KDEHOME ($KDEHOME probably is the same as $HOME/.kde) + - ./configure --prefix=$TDEHOME ($TDEHOME probably is the same as $HOME/.kde) - make - - make install (Installs everything in $KDEHOME. No root rights required.) - - Run $KDEHOME/bin/kdiff3. ($KDEHOME/bin is probably not in your path.) + - make install (Installs everything in $TDEHOME. No root rights required.) + - Run $TDEHOME/bin/kdiff3. ($TDEHOME/bin is probably not in your path.) Warning: If a local installation and a global installation exist, the local menu, toolbar, help etc. will be used, even if you start the global executable. To avoid confusion, better remove the local version then. - (rm -R `find $KDEHOME -name "*kdiff3*" -not -name "kdiff3*rc"`) + (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/ |