summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAutomated System <[email protected]>2012-02-26 16:03:36 -0600
committerAutomated System <[email protected]>2012-02-26 16:03:36 -0600
commit306bb6c84b530ea05f239da3cd7479a57c6bbca8 (patch)
treed77428b964c8f73b1f7a5a908ea20a6d719f3248 /README
parent8b1df2eed6e0ad7bf81957ec1955baa356df73fd (diff)
parentd440bc4dc4f5b0d942443a2efc9a944fe08b928b (diff)
downloadkile-306bb6c84b530ea05f239da3cd7479a57c6bbca8.tar.gz
kile-306bb6c84b530ea05f239da3cd7479a57c6bbca8.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/kile
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 58545b8..72b2574 100644
--- a/README
+++ b/README
@@ -15,7 +15,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/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`.
+ -- If you don't know what the path to KDE3 on your system is, you can use output of `tde-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.
- Type `make install` to install the programs, data files and documentation.