summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
commit9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch)
treeb1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /INSTALL
parent0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff)
downloadkshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz
kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip
Update to TDE R14 API
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index da7136a..ff8ac12 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,9 +23,9 @@ contains results you don't want to keep, you may remove or edit it.
called `autoconf'. You only need `configure.in' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.
-It is useful to set the KDEDIR environment variable to the proper location.
+It is useful to set the TDEDIR environment variable to the proper location.
For SuSE this is /opt/kde3. Before starting, enter
-export KDEDIR=/opt/kde3
+export TDEDIR=/opt/kde3
The simplest way to compile this package is:
@@ -35,7 +35,7 @@ The simplest way to compile this package is:
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
- If KDEDIR is not set, it can be helpful to run configure with the --prefix option:
+ If TDEDIR is not set, it can be helpful to run configure with the --prefix option:
./configure --prefix=/opt/kde3
Running `configure' takes a while. While running, it prints some
@@ -46,7 +46,7 @@ The simplest way to compile this package is:
3. Type `make install' to install the programs and any data files and
documentation. Read the output of the install process carefully and
verify the files have been installed in the correct locations. If the
- directory is wrong (not a subdirectory of KDEDIR) the icons will not be found.
+ directory is wrong (not a subdirectory of TDEDIR) the icons will not be found.
4. You can remove the program binaries and object files from the
source code directory by typing `make clean'.