neatvnc/README.md

37 lines
585 B
Markdown
Raw Permalink Normal View History

2020-07-26 13:49:00 +00:00
# Neat VNC
2019-09-07 19:08:21 +00:00
## Introduction
This is a liberally licensed VNC server library that's intended to be fast and
2020-07-26 13:49:00 +00:00
neat.
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
2020-03-21 17:07:42 +00:00
* aml - https://github.com/any1/aml/
2022-07-30 22:08:44 +00:00
* ffmpeg (optional)
* gbm (optional)
* gnutls (optional)
2022-07-30 22:08:44 +00:00
* libdrm (optional)
2019-12-31 10:12:31 +00:00
* libturbojpeg (optional)
* nettle (optional)
* hogweed (optional)
* gmp (optional)
2022-07-30 21:58:34 +00:00
* pixman
* zlib
2019-09-07 19:18:57 +00:00
### Build Dependencies
2022-07-30 21:58:34 +00:00
* libdrm
2019-12-31 10:12:31 +00:00
* meson
2019-09-07 19:18:57 +00:00
* pkg-config
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
```