Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Last active January 6, 2021 15:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pojntfx/ef51cba48d6952876410530f7413f337 to your computer and use it in GitHub Desktop.
Save pojntfx/ef51cba48d6952876410530f7413f337 to your computer and use it in GitHub Desktop.
Installation of `libhandy` on macOS Catalina

With these instructions, it is now possible to compile a C-based app with GTK and libhandy:

% gcc $(pkg-config --cflags --libs gtk+-3.0) $(pkg-config --cflags --libs libhandy-1) main.
c -o main
brew install pkg-config gtk+3 adwaita-icon-theme meson cmake glade gobject-introspection vala
git clone https://source.puri.sm/Librem5/libhandy.git
cd libhandy
meson . _build
ninja -C _build
ninja -C _build install
./_build/examples/handy-1-demo
@pojntfx
Copy link
Author

pojntfx commented Mar 13, 2020

Some screenshots on macOS:

Screen Shot 2020-03-13 at 09 21 36

Screen Shot 2020-03-13 at 09 21 04

Screen Shot 2020-03-13 at 09 21 26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment