How to Install glib on Mac


To install glib the core application library for C Programming, you can make use of the brew (homebrew) package manager.

Steps:
  1. Make sure you have brew installed (run brew --version command), if not install brew
  2. In Terminal run command:

    % brew install glib

Install Glib on Mac
Glib installation path:
  - macOS Intel: /usr/local
  - macOS ARM M1/M2 Chip: /opt/homebrew

Read more: https://formulae.brew.sh/formula/glib

-




Have Questions? Post them here!