Guide To Install cimg On Mac using Brew
Package Information:
Name: cimg
Use: Usefulness CImg defines classes and methods to manage images in your own C++ code
URL: http://cimg.eu/
Installation Steps:
- Open up your Terminal.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cimg using brew
brew install cimg
cimg is ready to use now!