13

如何在我的 Gemfile 中启用详细标志,以便在构建本机扩展时准确跟踪正在发生的事情。因为安装通常需要很长时间。

gem install libv8
Fetching: libv8-3.11.8.11.gem (100%)
Building native extensions.  This could take a while...
4

1 回答 1

42

你应该使用:

gem install --verbose libv8

并通过捆绑

bundle install --verbose
于 2013-01-11T19:26:43.180 回答