• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    C
  • License
    ISC License
  • Created over 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A liberally licensed VNC server library with a clean interface

Neat VNC

Introduction

This is a liberally licensed VNC server library that's intended to be fast and neat.

Goals

  • Speed.
  • Clean interface.
  • Interoperability with the Freedesktop.org ecosystem.

Building

Runtime Dependencies

  • aml - https://github.com/any1/aml/
  • ffmpeg (optional)
  • gbm (optional)
  • gnutls (optional)
  • libdrm (optional)
  • libturbojpeg (optional)
  • nettle (optional)
  • hogweed (optional)
  • gmp (optional)
  • pixman
  • zlib

Build Dependencies

  • libdrm
  • meson
  • pkg-config

To build just run:

meson build
ninja -C build