Skip to content

any1/wlvncc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayland VNC Client

Introduction

This is a work-in-progress implementation of a Wayland native VNC client. Expect bugs and missing features.

Runtime Dependencies

  • aml
  • libwayland
  • libxkbcommon
  • pixman

Build Dependencies

  • GCC/clang
  • meson
  • ninja
  • pkg-config
  • wayland-protocols

Building & Running

git clone https://github.com/any1/aml.git
git clone https://github.com/any1/wlvncc.git

mkdir wlvncc/subprojects
cd wlvncc/subprojects
ln -s ../../aml .
cd -

meson build
ninja -C build

./build/wlvncc <address>

About

A Wayland Native VNC Client

Resources

License

ISC, GPL-2.0 licenses found

Licenses found

ISC
COPYING
GPL-2.0
COPYING.GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages