From d30cd08f74be9a6bf35abcceed7b07f18904fedd Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Sun, 15 Mar 2020 19:28:05 +0100 Subject: [PATCH] doc: giving explicit build deps for fedora 31 Proven on working build. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 17ad7a9..cfa9f8d 100644 --- a/README.md +++ b/README.md @@ -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: ```