libmonome

Library for easy interaction with monome devices

brewmacoslinux
Try with needOr install directly
Source

About

Library for easy interaction with monome devices

Commands

libmonome

Examples

Include libmonome in a C/C++ project for monome device communication$ gcc -o monome_app app.c $(pkg-config --cflags --libs libmonome)
Check libmonome installation and version information$ pkg-config --modversion libmonome
Verify libmonome compiler flags and library paths$ pkg-config --cflags --libs libmonome