libvnc-sys 0.1.5

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 (default) and source code (planned implementation)

## Quick Start

### Install libvncserver package

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

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

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

### Build

```bash
carog build
```