From 99cc03399059853dd8699cae5752e8122cb715f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:10:38 -0600 Subject: Rename KDEHOME and KDEDIR --- COMPILING.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'COMPILING.html') 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.

2) Where do you want to have KDE installed. A good candidate is /usr/local/kde

Make sure you do (if using sh, ksh, or bash): -

export KDEDIR=/usr/local/kde
+
export TDEDIR=/usr/local/kde

With csh or tcsh the following is more appropriate: -

setenv KDEDIR /usr/local/kde
+
setenv TDEDIR /usr/local/kde

Now you want to make sure that Qt and KDE libraries are picked up correctly.

On systems that respond to environment variables something similar to the following is appropriate: -

export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib +

export LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib

On systems whose diety of choice is ldconfig, try: -

ldconfig -m $KDEDIR/lib
+
ldconfig -m $TDEDIR/lib
 ldconfig -m $QTDIR/lib
-

You probably also want to add $KDEDIR/bin and $QTDIR/bin to your path. +

You probably also want to add $TDEDIR/bin and $QTDIR/bin to your path.

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

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.

The best thing to do in such a case is to do a "make cvs-clean". This -- cgit v1.2.1