diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 5e5259a60e9c8ea826259a625fc786c7537827cb (patch) | |
tree | b291283e5db59031f2b5d38fc7dac36bf27585b5 /README | |
parent | 993281b03bb165b620668285531cc2a58083393b (diff) | |
download | kile-5e5259a60e9c8ea826259a625fc786c7537827cb.tar.gz kile-5e5259a60e9c8ea826259a625fc786c7537827cb.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ All specified versions are minimum versions except for KDE and QT. - Extract the source code with `tar xjf kile-2.0.x.tar.bz2` - `cd kile-2.0.x` -- ./configure --prefix=path_to_KDE3 (/usr or /opt/kde3 generally) --with-qt-dir=path_to_QT3 library (/usr/lib/qt3 generally) +- ./configure --prefix=path_to_KDE3 (/usr or /opt/trinity generally) --with-qt-dir=path_to_QT3 library (/usr/lib/qt3 generally) -- If you don't know what the path to KDE3 on your system is, you can use output of `kde-config --prefix`. -- Or you can choose `--prefix=$HOME/.kde` to not mess up with your distribution's package management system. - Type `make` to compile the package. |