Last active
October 14, 2018 05:24
-
-
Save santileortiz/c8116bc320ef78492187e1d309a78bcd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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