Hello all.
I am trying to install on FC2 the kdar. I haven't been able to locate an rpm so I am trying with source code. The README says the following:
Quote:
Default prefix is $KDEDIR. Make sure your KDEDIR is set. Use --prefix=$HOME/.kde to install in your local kde directory.
|
In the beginning I started with just
It didn't work out. So I had to try with the --prefix option. So I needed to find out where the kde is installed.
Code:
$ kde-config --prefix
/usr
So I tried
Code:
$ ./configure --prefix=/usr
But I still get the same error.
After a lot of ok the error is the following:
Quote:
........
checking for makekdewidgets... not found
configure: error: The important program makekdewidgets was not found!
Please check whether you installed KDE correctly.
|
How can I continue in order to finally get the installation done?
thanx in advance
axelmang
PS A better idea: Where can I find rpms for kdar? I've looked everywhere...