summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitf3d0a7eac1fc44142913a85ff4fde90d53e94e06 (patch)
treee4f4262c00e2338d2a2dac7fc1763a0a2f855cbb /README
parent721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd (diff)
downloadkdiff3-f3d0a7eac1fc44142913a85ff4fde90d53e94e06.tar.gz
kdiff3-f3d0a7eac1fc44142913a85ff4fde90d53e94e06.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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)