[Gllug] Hmm probably just me but...
Simon Furey
simon at cadre.tv
Fri Jun 29 09:27:32 UTC 2001
I am trying to install qt.
the install doc states
>>This is done like this:
In .profile (if your shell is bash, ksh, zsh or sh), add the
following lines:
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
In .login (in case your shell is csh or tcsh), add the following lines:
setenv QTDIR /usr/local/qt
setenv PATH $QTDIR/bin:$PATH
setenv MANPATH $QTDIR/doc/man:$MANPATH
setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH <<
I am assuming this refers to the /sbin/conf.d/SuSEconfig.profiles file but am
not sure what the changes should be as this is what I appear to have already:
fi
if test -d $r/usr/X11R6/lib/qt ; then
echo "QTDIR=/usr/X11R6/lib/qt" >> $r/etc/SuSEconfig/profile.SuSEconfig
echo "export QTDIR" >> $r/etc/SuSEconfig/profile.SuSEconfig
echo "setenv QTDIR /usr/X11R6/lib/qt" >>
$r/etc/SuSEconfig/csh.cshrc.SuSEconfig
fi
if test -d $r/usr/local/qt ; then
echo "QTDIR=/usr/local/qt" >> $r/etc/SuSEconfig/profile.SuSEconfig
echo "export QTDIR" >> $r/etc/SuSEconfig/profile.SuSEconfig
echo "setenv QTDIR /usr/local/qt" >> $r/etc/SuSEconfig/csh.cshrc.SuSEconfig
any sugestions wanted
Simon
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list