diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:01:54 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-30 15:13:36 +0100 |
commit | 09fc3b46c2b71cc4f2665a184a8fbc83d35debee (patch) | |
tree | 8036f5abd6f24643856e9094dbc971733bff6a77 /README | |
parent | ca78d0349c3336ada9e00911392b7985595d021b (diff) | |
download | kdiff3-09fc3b46c2b71cc4f2665a184a8fbc83d35debee.tar.gz kdiff3-09fc3b46c2b71cc4f2665a184a8fbc83d35debee.zip |
Fix references to user profile directory.
(cherry picked from commit 459abd0b39368b5a4eff535e0d2e89c0763d8842)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ 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=$KDEHOME ($KDEHOME probably is the same as $HOME/.trinity) - make - make install (Installs everything in $KDEHOME. No root rights required.) - Run $KDEHOME/bin/kdiff3. ($KDEHOME/bin is probably not in your path.) @@ -124,7 +124,7 @@ Upgrading KDiff3 for KDE: impression, that the new version doesn't work as described, you should try to remove all files belonging to KDiff3 before reinstalling. Try this search command to locate KDiff3-related files: - find $HOME/.kde /usr /opt -iname "*kdiff3*" + find $HOME/.trinity /usr /opt -iname "*kdiff3*" (Will take a few minutes.) |