libvnc-sys 0.1.6

The binding of libvnc
# libvnc-sys

## What's this

The raw bindings of [libvncserver](https://github.com/LibVNC/libvncserver) generated by `bindgen` automatically. Supports building from pkg-config and source code (default)

## Quick Start

### Install libvncserver package (Optional)

- Ubuntu
```bash
sudo apt-get install libvncserver-dev
```

- Centos
```bash
sudo yum install libvncserver-devel
```

- Macos
```bash
brew install libvncserver
```

### Build

```bash
carog build
```