Skip to content

Installing Gtk on Mac

lytico edited this page Jul 27, 2020 · 2 revisions

Step 1: Install Brew

Run the following command to install brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Step 2: Install GTK+3

To install gtk+3 on macOS using brew, run the following command:

brew install gtk+3
brew install gtksourceview4
Clone this wiki locally