Jump to content

kde 3.1 getting out


Guest ndeb
 Share

Recommended Posts

Guest HaloScan

And I'd just gotten RC6 RPMs a week ago. :o

 

I plan on waiting for Texstar RPMs but was wondering what would be the easiest way of recompiling 3.1 for my processor. I'm a little too afraid to just grab the source files and do a compile that way and was hoping there would be some easier way of having 3.1 compile for my processor.

 

Something similar to the emerge program for Gentoo (emerge kde and it'll start compiling for the processor you have). Is there some similiar way in Mdk? Is that what SRPMs are for?

 

Thanks.

Link to comment
Share on other sites

Guest HaloScan

Ah. Unfortunately, I don't see too many SRPMs on Texstar or other sources.

 

But I got impatient and started compiling 3.1 Final from tarballs a couple minutes ago though. Hopefully, things will go as expected. :)

Link to comment
Share on other sites

Unfortunately, I don't see too many SRPMs on Texstar or other sources

you should be able to find the src rpms from cooker

is there any specific order to compiling all the appropriate parts?

you probably have to compile kdelibs first. i think the kde faq on their website has the proper order to do things

Link to comment
Share on other sites

is QT 3.1 included in KDE 3.1, or will i need to install it prior to installing KDE 3.1, my plan was to uninstall KDE 3.0.whatever i have and then freshly compile KDE 3.1, also how long will compile take on an athlon xp 1800+ 390mb?

 

oh and do i need 'kde-i18n-3.1' as its a hefty 132mb, which is large fir 56k, and i was hoping to get it compiling over night!

 

another thing in the kde FAQ it says "First of all, please make sure that you have added KDE's binary installation directory (e.g. /opt/kde/bin) to your PATH and KDE's library installation directory to your LD_LIBRARY_PATH (only necessary on systems that do not support rpath"

 

What where is PATH?

Link to comment
Share on other sites

is QT 3.1 included in KDE 3.1

i doubt, so you're probably gonna have to get that installed first.

What where is PATH?

i'm assuming you're using the default shell, so the path is set in the file .bash_profile in your home directory. there should already be a path there, so all you'd have to do is add to it

Link to comment
Share on other sites

sorry about all the naggng but another question,

 

heres my current .bash_profile

 

# .bash_profile



# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi



# User specific environment and startup programs



PATH=$PATH:$HOME/bin



export PATH

unset USERNAME

so if i install kde to '/opt/kde/bin' would i add this to PATH or change it?

 

also do i need to worry about the LD_LIBRARY_PATH? or is that all editing of files i have to do?

Link to comment
Share on other sites

I would suggest that Instead of tampering with ur .bash_profile, u should create an executable script file in $HOME/bin that looks like:

#!/bin/sh



export KDEDIR=/opt/kde

export KDEHOME=$HOME/.kde

$KDEDIR/bin/startkde

 

Now call this script from ur $HOME/.xinitrc.

Link to comment
Share on other sites

Guest HaloScan

Here's an extremely useful program I found yesterday:

 

http://konsole.kde.org/konstruct/

 

Basically it downloads and compiles KDE 3.1 (including all dependencies).

 

Just download the program, extract and cd to the meta/kde directory and type "make install". And that's it!

 

Oh and make sure you read it's README to add the path settings after it's done compiling/installing.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...