Merge pull request #20 from cherusk/fed_deps

doc: giving explicit build deps for fedora 31
shader-damage-experiments
Andri Yngvason 2020-03-15 18:36:10 +00:00 committed by GitHub
commit ed62d20d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 * OpenGL ES V2.0
* pixman * 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 ### Build Dependencies
* GCC * GCC
* meson * meson
* ninja * ninja
* pkg-config * 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 The easiest way to satisfy the neatvnc dependency is to clone it into the
subprojects directory: subprojects directory:
``` ```