From 93cc954286ce788aff8bdc1134bcf4d7b23f42be Mon Sep 17 00:00:00 2001 From: Bevan Stanely <60595515+bevsxyz@users.noreply.github.com> Date: Sun, 17 Apr 2022 21:20:13 +0530 Subject: [PATCH] add: dependencies for building with wayland in fedora --- Working-on-GNU-Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index ff62eec..4dc1172 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -22,6 +22,10 @@ You need to install some required libraries; **ALSA** for audio, **Mesa** for Op ##### Fedora sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel +Building for wayland requires the following additional packages + + sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel + ### Build raylib using make You can compile three different types of raylib library: