[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: installing libs on Windows
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2007-07-26 2:43:26
Message-ID: 200707252243.26407.neundorf () kde ! org
[Download RAW message or body]

On Wednesday 25 July 2007 07:13, Andreas Pakulat wrote:
> On 24.07.07 20:27:55, Alexander Neundorf wrote:
...
> > But isn't the following possible right now ?
> > As a developer, you set only CMAKE_INSTALL_PREFIX and the dlls and libs
> > will go into lib/, so you have to set PATH.
> > When building for a release package, set LIB_INSTALL_DIR to bin/ (using
> > "make edit_cache" or CMakeSetup or ccmake or edit CMakeCache.txt)  and
> > build with this LIB_INSTALL_DIR, so the dlls will go to bin/ and the .lib
> > and .a file will not be packaged anyway if I understood correctly.
>
> I'll leave this up to Ralf, IIRC the packaging tool puts together the
> packages automatically, i.e. it puts bin/ into the -bin package and -lib
> and -include into the -lib package. So if I'm right changing
> LIB_INSTALL_DIR for building a package doesn't really work.


The following should actually do it:
cmake -DLIB_INSTALL_DIR=bin -DPLUGIN_INSTALL_DIR=lib/kde4 -DLIBEXEC_INSTALL_DIR=lib/kde4/libexec 
<src dir>

...
> Yes: qmake -project;qmake;make (and its much faster :P)

...but doesn't have nearly as complete dependencies ;-P

Alex
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic