Skip to content

Installing on macOS

Felix Pojtinger edited this page Apr 6, 2020 · 3 revisions

See the official GTK instructions for macOS.

Homebrew

If you are using Homebrew, the following is all you need to do to get started developing:

% brew install pkg-config gtk+3 adwaita-icon-theme
% go get github.com/gotk3/gotk3/gtk

This will allow you to create native (Quartz) GTK apps on macOS:

Screen-Shot-2020-04-06-at-11-27-32.png

Clone this wiki locally