Install ruby-vips on Linux and macOS
masterTo install ruby-vips, you must first install the libvips binary using your system's package manager. For example, use apt install libvips42 on Debian/Ubuntu or brew install vips on macOS. Once the binary is installed, install the gem via the command line or add it to your Gemfile.
Steps:
- Install
libvipsbinary via package manager. - Run
gem install ruby-vipsor addgem "ruby-vips"to your Gemfile.
gem install ruby-vips