Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pkg-config-0.27.1 | 2012-12-29 | ||
pkg-config-0.27 | 2012-12-29 | ||
pkg-config-0.26 | 2012-12-29 | ||
README | 2012-12-29 | 426 Bytes | |
Totals: 4 Items | 426 Bytes | 0 |
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance.