[97852] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Setting up KDE (fwd)

daemon@ATHENA.MIT.EDU (j g b)
Thu Nov 5 12:38:13 1998

Date: Thu, 05 Nov 1998 12:22:49 -0500
From: j g b <jbirds@ibm.net>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

dorian, what is the link to pgcc? i checked but could not find anything pertaining to
compilers.

Dorian wrote:

> On Tue, 03 Nov 1998 11:19:34 j g b wrote:
> > qt-1.41 can be found at:  http://www.troll.no/dl
> >
> > the rpm's for kde v1.0 can be found here:
> > ftp://sunsite.unc.edu/pub/Linux/X11/kde
> >
> > i've downloaded and installed in order:
> >
> >                kdesupport
> >                 kdelibs
> >                 kdebase
> >
> > then add'l packages in any order: kdegames, kdegraphics, kdeutils, kdemultimedia,
> > kdenetwork
> >
> > i found the installation guide straightfoward for both qt and kde, mind you there
> > is a lot there.
> >
> > kde is sluggish for systems with a full install of less than 64mb so keep that in
> > mind.
> >
> > regards,
> >
> > jack
> I just wanted to say that to improve performance if you have a pentium family processor you can go to wwwpgcc.org and download the rpm's compiled for the processor you have (hint the pemtiumpro package will work on pentium's with mmx and in petniums 2). They will improve speed slightly. I would also recomend you get the pgcc compileer since it does a good job at speeding programs up.
>
> When you install kde you also need to add /opt/kde/bin to your path statement in /homedir/.bash_profile
> and need to modify /etc/X11/xinit/xinitrc to start kde (look for a line that says "Start some nice program here" comment out everything from that point and insert a line like /opt/kde/bin/startkde .
>
> Hope this helps
>
> > Kevin A. Pieckiel wrote:
> >
> > > Several of you have E-Mailed me asking for instructions on how to
> > > compile and set up KDE.  I am forwarding my message to Ronnie
> > > Thum to the list so that everyone may benefit, since there are
> > > many of you who want help with this.
> > >
> > > I use RHL 5.1; these instructions should work with any RHL 5.x
> > > distribution.  I also use qt-1.40, I found it and the qt-devel
> > > package in RPM format (will E-Mail it to you privately if it's
> > > not available anymore). E-Mail me privately if I am unclear on
> > > any point here.
> > >
> > > Kevin
> > >
> > > ---------- Forwarded message ----------
> > > Date: Tue, 3 Nov 1998 00:02:47 -0600 (CST)
> > > From: Kevin A. Pieckiel <kapieckiel@harding.edu>
> > > To: Ronnie Thum <cwthum@network2.cs.usm.my>
> > > Subject: Re: Setting up KDE
> > >
> > > On Tue, 3 Nov 1998, Ronnie Thum wrote:
> > >
> > > -> Pls advise on step-by-step installation. I don't understand the FAQ by kde
> > >
> > > First, FTP to ftp.kde.org and go to:
> > >
> > > /pub/kde/stable/latest/distribution/rpm/generic/source.
> > >
> > > Now, download all the RPM files there to some temporary
> > > directory.  I'm assuming you are using RHL 5.1.
> > > Next you'll need QT.  I use QT version 1.40.  There is an RPM
> > > version of it out there somewhere, but I don't know where it is
> > > right off.  It's about 3.5 megs; if you want me to E-Mail it to
> > > you, let me know and I will.
> > >
> > > Install QT via RPM (or compile it if you DL the sources).
> > > Install all the RPM stuff you downloaded for KDE.
> > > Go to /usr/src/redhat/SOURCES.
> > >
> > > There will be several .tar.gz files there.  Assuming the KDE
> > > stuff is all that is in this directory, Unpack them like this:
> > >
> > > find . -name '*.gz' -exec tar -zxvf {} \;
> > >
> > > Then remove all the .gz files:
> > >
> > > rm -rf *.gz
> > >
> > > If you're using QT 1.40, you'll need to apply the patch.  Do
> > > this:
> > >
> > > patch -p0 < kdebase-qt-1.40.patch
> > >
> > > Now you're ready to compile.  First, compile kdelibs like this:
> > >
> > > cd kdelibs-1.0
> > > ./configure
> > > make
> > > make check
> > > make install
> > >
> > > Now do the same for kdesupport-1.0 and kdebase-1.0.
> > >
> > > Now you're ready to compile the rest of the packages.  Compile
> > > them exactly like you did the three above except for *ONE*
> > > change:
> > >
> > > When compiling kdeadmin-1.0, do this:
> > >
> > > ./configure --with-pam
> > > make
> > > make check
> > > make install
> > >
> > > The other five reminaing packages should be like the first three.
> > > This ordering of installation is important.  You need the libs
> > > package first.  Next must come base and support.  Then the third
> > > grouping includes the remaining six.
> > >
> > > Hope this helps!  And let me know if you need the QT package.  I
> > > can email them.  They're about 3.5 megs.
> > >
> > > Kevin
> > >
> > > ---
> > >         |\      _,,,---,,_
> > >  ZZZzz  /,`.-'`'    -.  ;-;;,_
> > >        |,4-  ) )-,_. ,\ (  `'-'         Kevin Alan Pieckiel
> > >       '---''(_/--'  `-'\_)              kapieckiel@harding.edu
> > >
> > > --
> > >   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> > >                 http://www.redhat.com http://archive.redhat.com
> > >          To unsubscribe: mail redhat-list-request@redhat.com with
> > >                        "unsubscribe" as the Subject.
> >
> >
> >
> >
> > --
> >   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> >               http://www.redhat.com http://archive.redhat.com
> >          To unsubscribe: mail redhat-list-request@redhat.com with
> >                        "unsubscribe" as the Subject.
> >
>
> --
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
>                 http://www.redhat.com http://archive.redhat.com
>          To unsubscribe: mail redhat-list-request@redhat.com with
>                        "unsubscribe" as the Subject.




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post