libvnc-sys 0.1.6

The binding of libvnc
docs.rs failed to build libvnc-sys-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libvnc-sys-0.1.3

libvnc-sys

What's this

The raw bindings of libvncserver generated by bindgen automatically. Supports building from pkg-config and source code (default)

Quick Start

Install libvncserver package (Optional)

  • Ubuntu
sudo apt-get install libvncserver-dev
  • Centos
sudo yum install libvncserver-devel
  • Macos
brew install libvncserver

Build

carog build