summaryrefslogtreecommitdiffstats
path: root/COMPILING.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
commit99cc03399059853dd8699cae5752e8122cb715f1 (patch)
tree825da375ac05fc555e25b2e350504e211d85d2fb /COMPILING.html
parentd5b3ae721dc072e0c70055313de9b5228b6688a8 (diff)
downloadtdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz
tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'COMPILING.html')
-rw-r--r--COMPILING.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/COMPILING.html b/COMPILING.html
index 0169e9ce6..bc5ffb4f6 100644
--- a/COMPILING.html
+++ b/COMPILING.html
@@ -36,24 +36,24 @@ source. Qt libs then end up in /usr/local/lib/qt3/lib.
<p>2) Where do you want to have KDE installed. A good candidate is /usr/local/kde
<p>Make sure you do (if using sh, ksh, or bash):
-<pre>export KDEDIR=/usr/local/kde</pre>
+<pre>export TDEDIR=/usr/local/kde</pre>
<p>With csh or tcsh the following is more appropriate:
-<pre>setenv KDEDIR /usr/local/kde</pre>
+<pre>setenv TDEDIR /usr/local/kde</pre>
<p>Now you want to make sure that Qt and KDE libraries are picked up correctly.
<p>On systems that respond to environment variables something similar to the
following is appropriate:
-<p>export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib
+<p>export LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib
<p>On systems whose diety of choice is ldconfig, try:
-<pre>ldconfig -m $KDEDIR/lib
+<pre>ldconfig -m $TDEDIR/lib
ldconfig -m $QTDIR/lib</pre>
-<p>You probably also want to add $KDEDIR/bin and $QTDIR/bin to your path.
+<p>You probably also want to add $TDEDIR/bin and $QTDIR/bin to your path.
<p>See http://www.kde.org/kde2-and-trinity.html for tips about setting up
KDE 3.0 next to KDE 2.x.
@@ -92,7 +92,7 @@ make</pre>
especially if your system has more version of Qt installed. Be aware
that information about library paths gets saved in the "config.cache"
file, "Makefile.in" as well as "Makefile" files. So it can be that after
-some struggle to get QTDIR/KDEDIR setup correctly your setup is actually
+some struggle to get QTDIR/TDEDIR setup correctly your setup is actually
correct, but old -incorrect- settings are still lying around.
<p>The best thing to do in such a case is to do a "make cvs-clean". This