A VNC server for wlroots based Wayland compositors
 
 
 
 
Go to file
Drew DeVault 38c872b2ba Fix output selection 2019-12-30 16:13:44 -05:00
include Add option to select keyboard layout 2019-12-30 10:15:12 +00:00
protocols protocols: Add virtual-keyboard 2019-12-24 15:54:19 +00:00
src Fix output selection 2019-12-30 16:13:44 -05:00
.gitignore .gitignore: Add .ycm_extra_conf.py 2019-12-22 21:46:16 +00:00
COPYING Add license and copyright notice 2019-10-08 18:41:23 +00:00
README.md Remove sway from the dependency list 2019-12-30 16:07:25 -05:00
meson.build screencopy: Add rate limiting 2019-12-29 11:47:33 +00:00

README.md

wayvnc (Beta)

Introduction

This is a VNC server for wlroots based Wayland compositors.

Building

Runtime Dependencies

  • EGL
  • libuv
  • libxkbcommon
  • neatvnc
  • OpenGL ES V2.0
  • pixman

Build Dependencies

  • GCC
  • meson
  • ninja
  • pkg-config

The easiest way to satisfy the neatvnc dependency is to clone it into the subprojects directory:

mkdir subprojects
git clone https://github.com/any1/neatvnc.git subprojects/neatvnc

Setting the buildtype flag is not required but it is recommended as there are significant performance gains to be had from an optimised build.

meson build --buildtype=release
ninja -C build

Wayvnc can be run from the build directory like so:

./build/wayvnc