ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
433 B
Plaintext
10 lines
433 B
Plaintext
The pkg-config program retrieves information about installed libraries,
|
|
usually for the purposes of compiling against and linking to them.
|
|
|
|
ExtUtils::PkgConfig is a very simplistic interface to this utility,
|
|
intended for use in the Makefile.PL of perl extensions which bind
|
|
libraries that pkg-config knows. It is really just boilerplate code
|
|
that you would've written yourself.
|
|
|
|
WWW: https://metacpan.org/release/ExtUtils-PkgConfig
|