zlib 在 Windows 7 (x64) 上编译

发布于 2024-09-13 02:54:21 字数 124 浏览 10 评论 0原文

我在我的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Bonjour°[大白 2024-09-20 02:54:21

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文