libnice

GLib implementation of ICE (Interactive Connectivity Establishment) protocol.

brewmacoslinux
Try with needOr install directly
Source

About

GLib ICE implementation

Examples

check if libnice is installed and see version$ pkg-config --modversion nice
find libnice library files on system$ find /usr/local/opt/libnice -type f -name '*.dylib'
compile C program using libnice library$ gcc myprogram.c $(pkg-config --cflags --libs nice) -o myprogram
view libnice header files location$ pkg-config --cflags nice
get full libnice installation details$ brew info libnice