LoginSignup
2
0

More than 5 years have passed since last update.

bundle install時のパス解決

Last updated at Posted at 2018-03-11

ruby-opencvなどgem install時にパスを指定する機会がある。
gem install ruby-opencv --with-opencv-dir=/path/to/opencvdir

bundle install時に同じことするのはどうやるんだろうと調べたら以下の手段が見つかった。

bundle config build.ruby-opencv --with-opencv-dir=/path/to/opencvdir
bundle install
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0