开发者

zlib compiling on windows 7 (x64)

开发者 https://www.devze.com 2023-01-10 09:20 出处:网络
I had compiled zlib on my comp to compile libxml (for collada dom). But I don\'t know which directories are supposed to be /lib and /include at compiling libxml.

I had compiled zlib on my comp to compile libxml (for collada dom). But I don't know which directories are supposed to be /lib and /include at compiling libxml. Sorry for my English and my noobinity :) Thx for the answers and the worthy time You have spen开发者_如何学Pythont on answering me.


Whichever folder the zlib header files are in is the folder to add into the list of include paths when compiling libxml. Similarly the folder that holds your compiled zlib library should go into the linker's list of search directories. Is that what you mean?

0

精彩评论

暂无评论...
验证码 换一张
取 消