summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:22 -0600
commit31206cf847884fdffd9dbecab0a4c001512a61d8 (patch)
tree0e6f974e647f39cc3fce4bae8b5c580fd4b135d9 /README
parentb1738d13f029b1465b2b2dea5f799312197e61c7 (diff)
downloadkdiff3-31206cf847884fdffd9dbecab0a4c001512a61d8.tar.gz
kdiff3-31206cf847884fdffd9dbecab0a4c001512a61d8.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2271460..1f60b5a 100644
--- a/README
+++ b/README
@@ -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/