how to install kdelibs into another prefix than it was compiled for ?
David Faure
faure at kde.org
Tue Feb 20 00:47:30 CET 2007
On Monday 19 February 2007, Holger Schröder wrote:
> Hi,
>
> i am working on some little scripts, that mimic the behaviour of the gentoo
> emerge system for windows, so that "bootstrapping kde" will be a little bit
> easier as it is right now.
>
> what it does is about like this:
>
> in e:/kderoot/tmp/kdelibs/work/kdelibs there are the kdelibs sources, and in
> e:/kderoot/tmp/kdelibs/work/kdelibs-build i execute this command
> # cmake -DCMAKE_INSTALL_PREFIX=e:/kderoot/kde ..\kdelibs
> # mingw32-make
>
> then i want to install the whole kdelibs into
> e:/kderoot/tmp/kdelibs/image/kde, so that i can then optionally package that
> directory, and then simply copy all files from e:/kderoot/tmp/kdelibs/image
> into e:/kderoot.
>
> can somebody tell me, if this is possible, and which options i have to add to
> the "mingw32-make install"-step ?
Did you try the standard way, like
make DESTDIR=/somewhere install
?
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list