ysbaddaden / brium-app

MIT License
1 stars 0 forks source link

Build on macOS #6

Open ysbaddaden opened 1 year ago

ysbaddaden commented 1 year ago

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.

ysbaddaden commented 1 year ago

I don't have a macOS machine. Help is welcomed!