VNC server and client libraries for remote desktop sharing
VNC server and client libraries
libvncserverlibvncclient$ gcc -o vnc_app myapp.c $(pkg-config --cflags --libs libvncserver)$ pkg-config --modversion libvncserver$ gcc -o vnc_client myclient.c $(pkg-config --cflags --libs libvncclient)