We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我在 Mac OS X 上开发 libxmljs,所以这不应该成为您的主要障碍。您需要
libxml2
库和scons
实用程序才能成功构建。这两个都可以通过 macports 或 homebrew 获得。获得 libxml2 后,请确保 xml2-config 命令行实用程序位于您的路径中。这就是我用来获取适当的构建标志的方法。@mcandre 我相信你就是向 github 存储库提交票证的同一个人。我希望你已经把事情解决了。如果没有,请提供有关您的问题的更多信息。 https://github.com/polotek/libxmljs
:Marco
I develop libxmljs on Mac OS X, so this shouldn't be your major hurdle. You need the
libxml2
library and thescons
utility in order to build successfully. Both of these are available via macports or homebrew. Once you have libxml2, make sure the xml2-config command-line utility is in your path. That's what I use to get the appropriate build flags.@mcandre I believe you're the same person who submitted a ticket to the github repo. I hope you've gotten things worked out. If not, give more info about your problem. https://github.com/polotek/libxmljs
:Marco