It shouldn't be harder than installing Gtk3 dev and gintrospection packages on macOS, which should install all its dependencies (Gdk, GLib, ...), and to install Crystal. They all seem to be available in homebrew for example.
Once installed, it's a mere make build CRFLAGS=--release to build a ready-to-use executable.
It shouldn't be harder than installing Gtk3 dev and gintrospection packages on macOS, which should install all its dependencies (Gdk, GLib, ...), and to install Crystal. They all seem to be available in homebrew for example.
Once installed, it's a mere
make build CRFLAGS=--release
to build a ready-to-use executable.