diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:52:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:52:41 -0600 |
commit | 918c3ff07736f0c343cb190d3f0df99e4cb8dab8 (patch) | |
tree | 0fd5b58844663dfcd00fb2b79cf67dd0fd429c62 /INSTALL | |
parent | 5fa8a1f6672abaf9355fdb0cfe7ca665a660671e (diff) | |
download | kvirc-918c3ff07736f0c343cb190d3f0df99e4cb8dab8.tar.gz kvirc-918c3ff07736f0c343cb190d3f0df99e4cb8dab8.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -53,7 +53,7 @@ General notes for the installation of the 3.4.0 release of KVIrc eventually: - # export KDEDIR="your kde library path" + # export TDEDIR="your kde library path" We're using GNU tools here. @@ -271,13 +271,13 @@ General notes for the installation of the 3.4.0 release of KVIrc # export QTDIR="/usr/local/kde/qt" If you want to compile the KDE support you might want to do the same - with KDEDIR + with TDEDIR - # export KDEDIR="your kde dir" + # export TDEDIR="your kde dir" In my case KDE is installed in /usr/local/kde so I use - # export KDEDIR="/usr/local/kde" + # export TDEDIR="/usr/local/kde" The configure script has a lot of options that can be listed by using @@ -339,15 +339,15 @@ General notes for the installation of the 3.4.0 release of KVIrc --with-kde-library-dir=<DIR> Look for the KDE libraries in <DIR> - If $KDEDIR points to the right place, you shouldn't need this. + If $TDEDIR points to the right place, you shouldn't need this. --with-kde-include-dir=<DIR> Look for the KDE headers in <DIR> - If $KDEDIR points to the right place, you shouldn't need this. + If $TDEDIR points to the right place, you shouldn't need this. --with-kde-services-dir=<DIR> Install the kde service protocol files in <DIR> - If $KDEDIR points to the right place, you shouldn't need this. + If $TDEDIR points to the right place, you shouldn't need this. This is also non-critical for kvirc: if the configure script can't find this directory, you will only looose the support for irc:// urls in konqueror @@ -666,7 +666,7 @@ General notes for the installation of the 3.4.0 release of KVIrc # ldconfig If you have decided to use the KDE support the installation - might have placed all these files in your $KDEDIR tree + might have placed all these files in your $TDEDIR tree instead of /usr/local. In this case you should be OK since KDE requires its library dir to be in /etc/ld.so.conf |