soreau / neatvnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • libturbojpeg (optional)

Build Dependencies

  • meson
  • pkg-config
  • libdrm

To build just run:

meson build
ninja -C build

About

License:ISC License


Languages

Language:C 98.9%Language:Makefile 0.6%Language:Meson 0.3%Language:C++ 0.2%Language:Shell 0.0%