Skip to content

Instantly share code, notes, and snippets.

@santileortiz
Last active October 14, 2018 05:24
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 santileortiz/c8116bc320ef78492187e1d309a78bcd to your computer and use it in GitHub Desktop.
Save santileortiz/c8116bc320ef78492187e1d309a78bcd to your computer and use it in GitHub Desktop.
Compiled libraries from Gtk's Git repositoriy will end up inside <gtk repo>/gtk/.libs/. To run an application with these
libraries use:
LD_LIBRARY_PATH=<git repo>/gtk/.libs/ <app>
I normally call it from inside the repository using
LD_LIBRARY_PATH=./gtk/.libs/ ~/<app path>
NOTE: Gtk moved from Autotools to Meson, maybe this will put resulting libraries somewhere else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment