how to install kdelibs into another prefix than it was compiled for ?
Holger Schröder
holger at holgis.net
Mon Feb 19 00:07:16 CET 2007
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 ?
regards, Holger
More information about the Kde-buildsystem
mailing list