From a79247419bd1eed4b3ce1212948b94482540fe65 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 30 Jul 2022 09:36:20 +0200 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- 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 00c059d..ac7449c 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -22,10 +22,14 @@ 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 +#### Wayland + Building for wayland requires the following additional packages sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel +To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake step or `-DUSE_WAYLAND_DISPLAY=TRUE` in Makefile. + ### Build raylib using make You can compile three different types of raylib library: