Skip to content

Instantly share code, notes, and snippets.

@67hz
Last active February 28, 2020 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 67hz/17e3263b9eb4213fb6b322c64f87482e to your computer and use it in GitHub Desktop.
Save 67hz/17e3263b9eb4213fb6b322c64f87482e to your computer and use it in GitHub Desktop.

C Notes

Style Guides

Gnome

Compiling GTK

compiling gtk

 cc `pkg-config --cflags gtk+-3.0` hello.c -o hello `pkg-config --libs gtk+-3.0`

Tooling

Meson

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