gpt4 book ai didi

ruby - 如何在 Mac OS Sierra 10.12 上安装 Nokogiri

转载 作者:数据小太阳 更新时间:2023-10-29 06:19:28 25 4
gpt4 key购买 nike

我在 Mac OS Sierra 10.12 上安装 Nokogiri (1.6.8.1) 时遇到问题。

我尝试使用 brew install libxml2 libxslt 然后使用命令行选项引用安装目录,但没有帮助。

最佳答案

打开 Xcode,然后从菜单 XCode -> Preferences 更新您的命令行工具 (Xcode 8.0)。

然后做:

bundle config build.nokogiri --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2
bundle install

或者只是:

gem install nokogiri -v 1.6.8.1 -- --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2

关于ruby - 如何在 Mac OS Sierra 10.12 上安装 Nokogiri,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40038953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com