gem install libv8 --version '3.11.8.17' on ruby (windows)

后端 未结 8 1349
攒了一身酷
攒了一身酷 2020-11-28 22:39

The problem is as following.

Error installing libv8:
ERROR: Failed to build gem native extension.

    D:/Ruby193/bin/ruby.exe extconf.rb
    creating Makefi         


        
8条回答
  •  独厮守ぢ
    2020-11-28 23:13

    do: gem install rmagick -v '2.13.2'

    and then do: gem install libv8 -v 3.11.8.17 -- --with-system-v8

提交回复
热议问题