From 27a1284b96f1542cf60d3501380fd115018e3983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 23 Sep 2013 00:57:37 +0200 Subject: Initial TDE conversion --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') 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= + export TDEDIR= ./configure --prefix= make -- cgit v1.2.1