Check out my first novel, midnight's simulacra!
Pkg-config: Difference between revisions
From dankwiki
(Created page with "[http://pkg-config.freedesktop.org pkg-config] is a primitive system for building against libraries on UNIX. Its file format is described in the pc(5) man page. Determine the...") |
No edit summary |
||
Line 1: | Line 1: | ||
[http://pkg-config.freedesktop.org pkg-config] is a primitive system for building against libraries on UNIX. Its file format is described in the pc(5) man page. Determine the directories being searched for pkg-config files by running <tt>pkg-config --variable pc_path pkg-config</tt>. | [http://pkg-config.freedesktop.org pkg-config] is a primitive system for building against libraries on UNIX. Its file format is described in the pc(5) man page. | ||
* Determine the directories being searched for pkg-config files by running <tt>pkg-config --variable pc_path pkg-config</tt>. | |||
* List all libraries known to <tt>pkg-config</tt> via <tt>pkg-config --list-all</tt> |
Latest revision as of 21:29, 12 July 2021
pkg-config is a primitive system for building against libraries on UNIX. Its file format is described in the pc(5) man page.
- Determine the directories being searched for pkg-config files by running pkg-config --variable pc_path pkg-config.
- List all libraries known to pkg-config via pkg-config --list-all