installing libs on Windows

Alexander Neundorf neundorf at kde.org
Thu Jul 26 03:43:26 BST 2007


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




More information about the kde-core-devel mailing list