You are not logged in.

1

Wednesday, November 19th 2003, 9:05pm

Updating to KDE 3.1.4

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? 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.

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

2

Thursday, November 20th 2003, 6:20pm

Re: Updating to KDE 3.1.4

Quoted

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]

Quoted

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 :(

3

Thursday, November 20th 2003, 9:54pm

Thank you, I will try it when I get home. The dependency thing was just me typing to myself. Thank you once again.