summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 1272ce2..7307f1a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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