diff options
Diffstat (limited to 'kstars/INSTALL')
-rw-r--r-- | kstars/INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kstars/INSTALL b/kstars/INSTALL index 374d1ee8..baec6bca 100644 --- a/kstars/INSTALL +++ b/kstars/INSTALL @@ -2,14 +2,14 @@ Basic Installation ================== ==---> Don't forget to specify the install directory on the configure - command line: `./configure --prefix=$KDEDIR'. If KDEDIR is not + command line: `./configure --prefix=$TDEDIR'. If TDEDIR is not defined, then substitute the top-level directory of your KDE installation. You can determine this with, for example - "which konqueror". The KDEDIR is everything before "bin" + "which konqueror". The TDEDIR is everything before "bin" (i.e., if it's /usr/bin/konqueror, then use "./configure --prefix=/usr"). - KDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/trinity + TDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/trinity ==---> Dependencies: KStars is a KDE application. To build it from source code, you will need to have the following packages installed. @@ -71,12 +71,12 @@ The simplest way to compile this package is: `configure' itself. **IMPORTANT NOTE: For some reason, the configure script isn't - reading the $KDEDIR environemnt variable. As a result, it + reading the $TDEDIR environemnt variable. As a result, it will install files below the root directort (/) because it sets $prefix="". So, be sure to give the cmd-line argument to set this directly: - 'configure --prefix=$KDEDIR' - or, if KDEDIR is not defined, substitute the top-lavel directory of + 'configure --prefix=$TDEDIR' + or, if TDEDIR is not defined, substitute the top-lavel directory of your KDE installation. For example: 'configure --prefix=/usr' (default for Redhat and Mandrake) |