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


_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to