低版本 libv8 安装

工作中遇到这个,gem install libv8 -v '3.16.14.15' 包安装出错
更新于: 2021-12-19 12:57:29

解决方案如下:

# 安装 v8
HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles brew install v8

# 安装 gem
gem install libv8 -v '3.16.14.15'  -- --with-system-v8