Documented wayvnc is now available in Debian as well
https://tracker.debian.org/pkg/wayvncpull/129/head
parent
ce183e82e5
commit
50ea576309
|
@ -23,6 +23,9 @@ pkg install wayvnc
|
||||||
# Fedora
|
# Fedora
|
||||||
dnf install wayvnc
|
dnf install wayvnc
|
||||||
|
|
||||||
|
# Debian (unstable / testing)
|
||||||
|
apt install wayvnc
|
||||||
|
|
||||||
# openSUSE Tumbleweed
|
# openSUSE Tumbleweed
|
||||||
zypper install wayvnc
|
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
|
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
|
The easiest way to satisfy the neatvnc and aml dependencies is to link to them
|
||||||
in the subprojects directory:
|
in the subprojects directory:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue