ok well i followed directions to a "T" and i have
it compiled, however, my install is a little different then the one listed
here. If someone who knows much more then I could look over the tutorial i
was given and look at my changes (due to system differences) and tell me if i am
ok before i commit the changes i would appreciate it!
the only difference is that i have qt-3.1 installed
in /usr/lib/qt-3.1 instead of /usr/local/qt as they have it
thanks
ok relevant part of tutorial:
With text editor make the file /usr/X11R6/bin/kde31, in which
type
----------------------------------- #!/bin/bash export QTDIR=/usr/local/qt export KDEDIRS=/usr/local export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/qt/lib:/usr/lib:/usr/lib/qt3:$LD_LIBRARY_PATH export PATH=/usr/local/bin:/usr/local/qt/bin:$PATH exec /usr/local/bin/startkde ----------------------------------- NOW HERE IS WHAT I HAVE:
#!/bin/bash
export QTDIR=/usr/lib/qt-3.1 export KDEDIRS=/usr/local export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/qt-3.1/lib:/usr/lib:/usr/lib/qt-3.1:$LD_LIBRARY_PATH export PATH=/usr/local/bin:/usr/lib/qt-3.1/bin:$PATH exec /usr/local/bin/startkde Look correct?
Thanks
ROss
|