ok kde 3.5 running!
here's how I did it.
I downloaded konstruct, extracted it, entered the konstruct folder, typed the 'kde/kdebase ; make install' command.
That ran for hours but completed succesfully.
I than logged in as root and made a file called konstruct.sh containing the following code:
|
Source code
|
1
2
3
4
5
6
|
#! /bin/sh
export QTDIR=<prefix>
export KDEDIRS=<prefix>
export LD_LIBRARY_PATH=<prefix>/lib
export PATH=<prefix>/bin:$PATH
startkde
|
I replaced the <prefix> tag with ~/kde3.5 as briefly explained in the konstruct docs
I saved the file as /usr/X11R6/bin/konstruct.sh
I than ran the command
|
Source code
|
1
|
chmod +x /usr/X11R6/bin/konstruct
|
and rebooted.
Next time my system started I had kde 3.5 (ok I lost alot of my menu settings but it works so that's what I was going for).
I did this on a suse 9.2 installation not sure if this works for other distro's but I would assume so.
I hope this is a help for anyone who's struggling with getting it to work
kind regards