diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:39 -0600 |
commit | d440bc4dc4f5b0d942443a2efc9a944fe08b928b (patch) | |
tree | 3165b895536890dd78d845fc9da3f4a530498dfe /README | |
parent | b27bd92137896228dace0bcd75638f75676622c8 (diff) | |
download | kile-d440bc4dc4f5b0d942443a2efc9a944fe08b928b.tar.gz kile-d440bc4dc4f5b0d942443a2efc9a944fe08b928b.zip |
Rename kde-config to tde-config
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |