2019-09-07 19:20:16 +00:00
|
|
|
# Neat VNC (Beta)
|
2019-09-07 19:08:21 +00:00
|
|
|
|
|
|
|
## Introduction
|
|
|
|
This is a liberally licensed VNC server library that's intended to be fast and
|
2019-09-07 19:20:16 +00:00
|
|
|
neat. Note: This is a beta release, so the interface is not yet stable.
|
2019-09-07 19:08:21 +00:00
|
|
|
|
|
|
|
## Goals
|
|
|
|
* Speed.
|
|
|
|
* Clean interface.
|
|
|
|
* Interoperability with the Freedesktop.org ecosystem.
|
|
|
|
|
|
|
|
## Building
|
2019-09-07 19:18:57 +00:00
|
|
|
|
2019-09-07 19:21:51 +00:00
|
|
|
### Runtime Dependencies
|
2019-09-07 19:18:57 +00:00
|
|
|
* pixman
|
|
|
|
* libuv
|
2019-12-31 10:12:31 +00:00
|
|
|
* libturbojpeg (optional)
|
2019-09-07 19:18:57 +00:00
|
|
|
|
2019-09-07 19:21:51 +00:00
|
|
|
### Build Dependencies
|
2019-12-31 10:12:31 +00:00
|
|
|
* meson
|
2019-09-07 19:18:57 +00:00
|
|
|
* pkg-config
|
|
|
|
* libdrm
|
|
|
|
|
|
|
|
To build just run:
|
2019-09-07 19:08:21 +00:00
|
|
|
```
|
2019-12-23 12:33:36 +00:00
|
|
|
meson build
|
|
|
|
ninja -C build
|
2019-09-07 19:08:21 +00:00
|
|
|
```
|