setting environment variable

Girard Henri henrigirard at yahoo.fr
Fri Dec 28 10:44:16 GMT 2001


do you mean for kde and qt ? with bash here :

export KDEDIR=/usr  (or your own...)
export QTDIR=/usr/lib/qt2 (if qt >=2.1)
export PATH=$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib
You may type "set" in command line in a shell and you
will see where is all your stuff..
If you type $KDEDIR it will answer : /usr... the same
for the others ..
good luck.. Hope it helps you :)
Henri 

--- Loh Yong Khun <ykloh at lkta.com.my> a écrit : > hi
there,
> 
>     can anybody tell me how to set the environment
> variables such as the
> include path, library path and so on for gcc?
> thanks.
> 
>         YK (Loh Yong Khun)
>         <ykloh at lkta.com.my>
> 
> 
> 
> 
>
----------------------------------------------------------------------------
> ----
> 
> 
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Courrier : http://courrier.yahoo.fr

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list