Default install dir
Matt Rogers
mattr at kde.org
Sun Mar 19 17:44:44 CET 2006
On Sunday 19 March 2006 10:17, Albert Astals Cid wrote:
> Hi, previously when using configure i could define the environment variable
>
> $ echo $KDEDIR
> /home/kdesvn/instalado
>
> and then configure already detected i wanted to install KDE there so i did
> not have to write
>
> ./configure --prefix=/home/kdesvn/instalado
>
> each time.
>
> Is it possible to make cmake support the same feature?
>
> Albert
>
http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro
says use CMAKE_INSTALL_PREFIX
so something like
cmake -DCMAKE_INSTALL_PREFIX=/home/kdesvn/instalado
will work.
--
Matt
More information about the Kde-buildsystem
mailing list