Original von Remus
When trying to install KDE 3.1.4 from 3.1.0 it says everything works fine and to add some things to PATH. How would I do that?
If you look to the Konstruct README file it tells you exactly how to do it.
Basicly you just have to add kde3.2-beta1/bin to the path and set KDEDIRS and KDEHOME.
When I installed Beta1 I included the following in my ~/.bash_profile
[code:1]
export QTDIR=~/kde3.2-beta1
export KDEDIRS=~/kde3.2-beta1
export LD_LIBRARY_PATH=~/kde3.2-beta1/lib
export PATH=~/kde3.2-beta1/bin:$PATH
export KDEHOME=~/.kdetest
[/code:1]
Original von Remus
I am running Mandrake 9.1 PPC and using Konstruct. I am currently trying to install it from Source but had some dependency issues that I havn't had any time to fix. Any ideas? Thanks.
Can't help you there