glibmm@2.66

C++ interface to GLib providing object-oriented bindings

brewmacoslinux
Try with needOr install directly
Source

About

C++ interface to glib

Commands

pkg-config

Examples

Check glibmm version and compiler flags for compilation$ pkg-config --cflags --libs glibmm-2.66
Verify glibmm installation and get version information$ pkg-config --modversion glibmm-2.66
Compile a C++ program using glibmm with g++$ g++ myprogram.cpp -o myprogram $(pkg-config --cflags --libs glibmm-2.66)