libvncserver

VNC server and client libraries for remote desktop sharing

brewmacoslinux
Try with needOr install directly
Source

About

VNC server and client libraries

Commands

libvncserverlibvncclient

Examples

Link against libvncserver in C/C++ projects$ gcc -o vnc_app myapp.c $(pkg-config --cflags --libs libvncserver)
Check libvncserver version and available features$ pkg-config --modversion libvncserver
Link against libvncclient for VNC client functionality$ gcc -o vnc_client myclient.c $(pkg-config --cflags --libs libvncclient)