> Hello,
>
> I don't know if any of you have installed the kde3.1 on slackware,
> anyway this is my experience, as there isn't a kde3.1 for slackware I
> had to install it from source.
> First I had to donwnload the QT and configure it.
>
> Then download arts,kdlibs and kdebase, configure, make and make install
> each of them.
>
> Until here everything is fine, now the kde3.1 works fine. But now I want
> to install other packages that come wiht it like, kdenetwork and
> kdemultimedia.
>
> When I decompress those packages it says that I should run configure
> make and install. but the fact is that the directory from where to
> configure those packages is not created, the files that are decompressed
> go to different directories like /opt/cd/include or /opt/kde/share/apps.
>
> My question is from where should I run ./configure for those packages,
> or should I configure again kdbase with those packages decompressed.
>
> The only information I founded on the net says :
>
> For each KDE package:
> bunzip2 <package>.tar.bz2
> tar xvf <package>.tar
> cd <package>
> ./configure
> make
> make install
>
> But as I said decompressing those packages does not create a directory
> with the name of the package.
>
>
> Any ideas?
thanks