Pkg-config: Difference between revisions

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>