NAME
       libvncserver-config - Get information about a libvncserver installation
SYNOPSIS
       libvncserver-config [options]
DESCRIPTION
       libvncserver-config displays information about a previous  libvncserver
       installation.
OPTIONS
       --cflags
              Set  of  compiler  options  (CFLAGS) to use when compiling files
              that use libvncserver.
       --libs Shows the complete set of libs and other linker options you will
              need in order to link your application with libvncserver.
EXAMPLES
       What linker options do I need when I link with libvncserver?
         libvncserver-config --libs
       What  compiler  options  do  I  need  when I compile using libvncserver
       functions?
         libvncserver-config --cflags
SEE ALSO
       whatever you’re able to see.
AUTHOR
       This manual page was written by Ludovic Drolez <ldrolez@debian.org> for
       the Debian GNU/Linux system (but may be used by others).