From da2b04f5d034008b0ab8baaaecca6536a91087c0 Mon Sep 17 00:00:00 2001 From: Peter0x44 Date: Sat, 8 Feb 2025 23:37:40 +0000 Subject: [PATCH] Updated Working on GNU Linux (markdown) --- 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 efe1ca0..e286625 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -56,7 +56,7 @@ To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake s You can compile three different types of raylib library: * The static library (default method) -* The dynamic shared library (often used on Linux) +* The dynamic shared library * The web library Download the raylib repository from [Github](https://github.com/raysan5/raylib), then compile it with: