pkgconfig

Helper tool for compiling applications and libraries

Categories

Development

Version

0.29.2-4
(2020-06-05)

Size

266.1

KiB

Repository

HaikuPorts
x86_64
pkg-config helps you insert the correct compiler options on the command line so an application can use 'gcc -o test test.cpkg-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.