How to install pkg-config on Alpine Linux
First run
apk update
as root to update the list of available packages. After that, installĀ pkg-config
using
apk add pkgconfig
First run
apk update
as root to update the list of available packages. After that, installĀ pkg-config
using
apk add pkgconfig