Documented wayvnc is now available in Debian as well

https://tracker.debian.org/pkg/wayvnc
pull/129/head
Gunnar Wolf 2022-02-25 19:03:55 -06:00 committed by Andri Yngvason
parent ce183e82e5
commit 50ea576309
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,9 @@ pkg install wayvnc
# Fedora
dnf install wayvnc
# Debian (unstable / testing)
apt install wayvnc
# openSUSE Tumbleweed
zypper install wayvnc
@ -60,6 +63,10 @@ dnf install -y meson gcc ninja-build pkg-config egl-wayland egl-wayland-devel \
wayland-devel gnutls-devel
```
#### For Debian (unstable / testing)
```
apt build-dep wayvnc
```
The easiest way to satisfy the neatvnc and aml dependencies is to link to them
in the subprojects directory:
```