From e2d6d10014272938381cf094fb027bdd832f2971 Mon Sep 17 00:00:00 2001 From: Bruno Costa <54143084+BrunoCostaGH@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:44:02 +0000 Subject: [PATCH] I had to install these two additional packages on Ubuntu 20.04.6 LTS. libwayland-dev libxkbcommon-dev --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 553bbd1..944d55c 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -17,7 +17,7 @@ Optionally, you could use **CMake** building system. You need to install some required libraries; **ALSA** for audio, **Mesa** for OpenGL accelerated graphics and **X11** for windowing system. ##### Ubuntu - sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev + sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev ##### Fedora sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic