neatvnc/README.md

30 lines
523 B
Markdown
Raw Normal View History

# 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
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
### Runtime Dependencies
2019-09-07 19:18:57 +00:00
* pixman
* libuv
* libpng (only needed for examples and benchmarks)
### Build Dependencies
2019-09-07 19:18:57 +00:00
* GNU Make
* GCC or Clang
* 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
```