summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8b16f79..144d582 100644
--- a/README
+++ b/README
@@ -75,7 +75,7 @@ Installation for KDE3:
If it doesn't contain the correct path, type
export QTDIR=your_path_to_qt (e.g. /usr/lib/qt3)
- cd into the directory kdiff3-0.9.91 and type
- - ./configure --prefix=/opt/kde3 (your KDE3 directory here)
+ - ./configure --prefix=/opt/trinity (your KDE3 directory here)
- (make clean) (Required if you already compiled once.)
- make (Run compilation)
- make install (You must have root-rights for this step.)
@@ -88,7 +88,7 @@ Installation for KDE3:
This command should tell you: kde-config --prefix
- For SuSE and most distributions the prefix usually is /opt/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)