# wlvncc **Repository Path**: cheni/wlvncc ## Basic Information - **Project Name**: wlvncc - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-20 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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
```