librttopo

C library for managing topology objects and operations

brewmacoslinux
Try with needOr install directly
Source

About

RT Topology Library

Commands

librttopo

Examples

Check the installed version of librttopo$ pkg-config --modversion librttopo
Verify librttopo library installation and paths$ pkg-config --cflags --libs librttopo
Compile a C program that uses librttopo$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs librttopo)