gupnp-av

Library for implementing UPnP A/V profiles and multimedia services

brewmacoslinux
Try with needOr install directly
Source

About

Library to help implement UPnP A/V profiles

Commands

gupnp-av

Examples

Check gupnp-av library version and basic information$ pkg-config --modversion gupnp-av
Compile a C program using gupnp-av library with pkg-config$ gcc myprogram.c $(pkg-config --cflags --libs gupnp-av) -o myprogram
Verify gupnp-av library installation and dependencies$ pkg-config --cflags gupnp-av