Check out my first novel, midnight's simulacra!

Pkg-config

From dankwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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