spice-protocol

Headers and protocol definitions for SPICE remote display protocol

brewmacoslinux
Try with needOr install directly
Source

About

Headers for SPICE protocol

Commands

spice-protocol

Examples

Include SPICE protocol headers in C/C++ development$ gcc -I$(brew --prefix spice-protocol)/include myapp.c -o myapp
Verify installation and check header file location$ ls $(brew --prefix spice-protocol)/include/spice/
Use in pkg-config for dependency management$ pkg-config --cflags --libs spice-protocol