diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:08:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:08:32 -0600 |
commit | 4c7b13d8cd49d49729801a278b5ce768406400cc (patch) | |
tree | 596f6241b14691b5324e4b775d16bb6894943264 /doc/kstars | |
parent | 5ce07f4f6f046d00fe97a3f544993f1aac169085 (diff) | |
download | tdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.tar.gz tdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/kstars')
-rw-r--r-- | doc/kstars/dumpmode.docbook | 2 | ||||
-rw-r--r-- | doc/kstars/install.docbook | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/kstars/dumpmode.docbook b/doc/kstars/dumpmode.docbook index 19fdbcf8..6a61ab48 100644 --- a/doc/kstars/dumpmode.docbook +++ b/doc/kstars/dumpmode.docbook @@ -37,7 +37,7 @@ they default to 640 and 480, respectively. </para> <para> By default, &kstars; will read in the options values stored in -your <filename>$KDEHOME/share/config/kstarsrc</filename> file +your <filename>$TDEHOME/share/config/kstarsrc</filename> file to determine where the image will be centered, and how it is rendered. This means you need to run &kstars; in normal GUI mode, and exit the program when it is set up with the desired diff --git a/doc/kstars/install.docbook b/doc/kstars/install.docbook index 4b15a8ac..a943a94f 100644 --- a/doc/kstars/install.docbook +++ b/doc/kstars/install.docbook @@ -69,12 +69,12 @@ but it will use as much as you have got when panning or zooming. In order to compile and install &kstars; on your system, type the following in the base folder of the unpacked &kstars; distribution: <screen width="40"> -<prompt>%</prompt> <userinput>./configure --prefix=$KDEDIR</userinput> +<prompt>%</prompt> <userinput>./configure --prefix=$TDEDIR</userinput> <prompt>%</prompt> <userinput>make</userinput> <prompt>%</prompt> <userinput>make install</userinput> </screen> </para><para> -Please do not forget the prefix argument to configure. If your <envar>KDEDIR</envar> +Please do not forget the prefix argument to configure. If your <envar>TDEDIR</envar> variable is not set, set prefix to whatever folder &kde; is installed in: this is usually either <filename class="directory">/usr</filename>, <filename class="directory">/opt/kde</filename>, or @@ -96,7 +96,7 @@ At this point, there are no special configuration options or requirements. If &kstars; complains that there are missing data files, become <systemitem class="username">root</systemitem> and manually copy all files in <filename class="directory">kstars/data/</filename> to -<filename class="directory">$(KDEDIR)/apps/kstars/</filename> (If you +<filename class="directory">$(TDEDIR)/apps/kstars/</filename> (If you do not have <systemitem class="username">root</systemitem> privileges, copy them to <filename class="directory">~/.kde/share/apps/kstars/.</filename>) |