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
Go to list of users who liked
More than 5 years have passed since last update.
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
Register as a new user and use Qiita more conveniently
Go to list of users who liked