How to install glib-2.0 development headers on Alpine Linux

First run

install_glib_alpine.sh
apk update

as root to update the list of available packages. After that, install the glib 2.0 development files using

example.sh
apk add glib-dev

 


Check out similar posts by category: Alpine Linux