doc: giving explicit build deps for fedora 31

Proven on working build.
pull/20/head
Matthias Tafelmeier 2020-03-15 19:28:05 +01:00
parent 7ea17d04aa
commit d30cd08f74
1 changed files with 18 additions and 0 deletions

View File

@ -18,12 +18,30 @@ support, join the #wayvnc IRC channel on freenode.
* OpenGL ES V2.0
* pixman
### For fedora 31
```
dnf install -y egl-wayland egl-wayland-devel \
mesa-libEGL-devel mesa-libEGL libwayland-egl \
libglvnd-devel libglvnd-core-devel libglvnd \
mesa-libGLES-devel mesa-libGLES \
libxkbcommon-devel libxkbcommon \
libwayland-client libwayland wayland-devel \
gnutls-devel
```
### Build Dependencies
* GCC
* meson
* ninja
* pkg-config
#### For fedora 31
```
dnf install -y meson gcc ninja-build pkg-config clang cmake
```
The easiest way to satisfy the neatvnc dependency is to clone it into the
subprojects directory:
```