Merge pull request #20 from cherusk/fed_deps
doc: giving explicit build deps for fedora 31shader-damage-experiments
commit
ed62d20d2a
18
README.md
18
README.md
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue