7fbdfb02ee | ||
---|---|---|
bench | ||
contrib/miniz | ||
doc | ||
examples | ||
include | ||
src | ||
test-images | ||
.gitignore | ||
COPYING | ||
Makefile | ||
README.md | ||
_clang-format | ||
common.mk | ||
gen-pkgconfig.sh | ||
meson.build | ||
test-zrle.c |
README.md
Neat VNC (Beta)
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.
Goals
- Speed.
- Clean interface.
- Interoperability with the Freedesktop.org ecosystem.
Building
Runtime Dependencies
- pixman
- libuv
- libpng (only needed for examples and benchmarks)
Build Dependencies
- GNU Make
- GCC or Clang
- pkg-config
- libdrm
To build just run:
meson build
ninja -C build