Building kde4libs on win32 with msvc 2005
Peter Kümmel
syntheticpp at gmx.net
Tue Feb 28 11:27:07 CET 2006
Rikardo Tinauer wrote:
> Hello,
>
> I am building kde4libs on win32 with cmake and msvc 2005.
>
> I got the message "Could not find z library".
>
> Where must I install zlib? And all other libraries that are needed for
> successful build of KDELibs?
>
> Regards, Rikardo Tinauer
Download
jpeg.lib
libpng.lib
libssl.lib
libungif.lib
pcre.lib
zlib.lib
from gnuwin32.sf.net and
iconv.lib
libxslt.lib
libxml2.lib
from http://www.zlatkovic.com/libxml.en.html.
Please report if I've forgot one.
Then extract all into one directory structure
(maybe c:\gnuwin32/include c:\gnuwin32/lib c:\gnuwin32/bin)
and try calling cmake with the additional parameter
-DGNUWIN32_DIR=c:\gnuwin32
or add the path to your PATH variable.
Peter
More information about the Kde-buildsystem
mailing list