Easy Way To Install atkmm On Mac

Package Information:

Name: atkmm
Use: Official C++ interface for the ATK accessibility toolkit library
URL: https://www.gtkmm.org/

Installation Steps:

  1. Open Terminal on your Mac
  2. And run the below Command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install atkmm using brew
    brew install atkmm

atkmm is ready to use now!