diff options
author | Slávek Banko <[email protected]> | 2013-09-23 00:57:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-23 00:57:37 +0200 |
commit | 27a1284b96f1542cf60d3501380fd115018e3983 (patch) | |
tree | df3fb83b75fe3173505f85dbeeadf6961588f740 /INSTALL | |
parent | e03da7a558d79e399e3704a5b2f35646e92dacb7 (diff) | |
download | tdeio-sword-27a1284b96f1542cf60d3501380fd115018e3983.tar.gz tdeio-sword-27a1284b96f1542cf60d3501380fd115018e3983.zip |
Initial TDE conversion
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 |