[Uml-user] How to not install umbrello as root
Luis De la Parra Blum
lparrab at gmx.net
Tue Feb 11 12:30:04 UTC 2003
On Tuesday 11 February 2003 19:13, Martin Okrslar wrote:
>
> ./configure --prefix=/project/algorithmics
> [...]
> checking for KDE... configure: error:
> in the prefix, you've chosen, are no KDE headers installed. This will fail.
> So, check this please and use another prefix!
there used to be a --with-kde* option for configure, but now it seems to be
gone.. at least here.
anyways, you might want to try a ./configure --help and see if you still have
this option.
if not, then you can do like:
>
> After compiling with configure-prefix /usr/local/kde3 and doing a
>
> make install prefix=/project/algorithmics
and then add the /project/algorithmics directory to your KDEDIR path.
this is important becuase KDE looks in these directories when it needs to load
libraries, icons, documentation and so on.
hope that helps.
luis
More information about the umbrello
mailing list