pkg-config, a system for managing library compile and link flags
The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.
The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.
To install pkgconfig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pkgconfig
To see what files were installed by pkgconfig, run:
port contents pkgconfig
To later upgrade pkgconfig, run:
sudo port selfupdate && sudo port upgrade pkgconfig
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.