Installing cairomm on Mac using Brew
Package Information:
Name: cairomm
Use: Vector graphics library with cross-device output support
URL: https://cairographics.org/cairomm/
Installation Steps:
- Open 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 cairomm using brew
brew install cairomm
cairomm is ready to use now!