diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ Kio-Sword installation In brief ======== -./configure --prefix=`kde-config --prefix` && make && sudo make install +./configure --prefix=`tde-config --prefix` && make && sudo make install (but see note about version compatibility below) @@ -13,17 +13,17 @@ Details To compile, you will need header files for the following libraries, as well as the libraries themselves: - - kdelibs >= 3 + - tdelibs >= 3 - sword >= 1.5.7 After unpacking the source, change to the base directory of the -kio-sword distribution. You will then need to find you KDE directory +tdeio-sword distribution. You will then need to find you KDE directory using this command if you don't know it already: - kde-config --prefix + tde-config --prefix Then type: - export KDEDIR=<your KDE dir> + export TDEDIR=<your KDE dir> ./configure --prefix=<your KDE DIR> make |