zlib 在 Windows 7 (x64) 上编译
我在我的comp上编译了zlib来编译libxml(用于collada dom)。 但我不知道编译 libxml 时哪些目录应该是 /lib 和 /include 。 抱歉我的英语和我的菜鸟:)谢谢你的答案和你花在回答我上的宝贵时间。
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 spent on answering me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
zlib 头文件所在的文件夹就是编译 libxml 时要添加到包含路径列表中的文件夹。同样,保存编译后的 zlib 库的文件夹应该进入链接器的搜索目录列表。你是这个意思吗?
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?