From 964aace87d9b6001dbf2398011d7cdd8341f0a4d Mon Sep 17 00:00:00 2001 From: Amirshokh Abdurakhmonov <59666322+amirdev0@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:10:20 +0500 Subject: [PATCH] Update GLFW release version --- Working-on-GNU-Linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 3f0848f..ce5179d 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -147,10 +147,10 @@ In `raylib/examples` run: Instead of using the embedded GLFW, you can download GLFW3 and build it from source (it requires CMake). - wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip - unzip glfw-3.2.1.zip - cd glfw-3.2.1 - cmake + wget https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip + unzip glfw-3.4.zip + cd glfw-3.4 + cmake . sudo make install Now with GLFW installed, you may build raylib while specifying `USE_EXTERNAL_GLFW`: