From 590d433af356b7c36bad1ea0fbf9779fdf83fe5a Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 28 May 2017 22:36:06 +0200 Subject: [PATCH] Updated Compile for GNU Linux (markdown) --- Compile-for-GNU-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index c925b93..335dd9a 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -19,8 +19,8 @@ GLFW3 depends on some other libraries: Now, you need to download GLFW3 from sources and build it (you also need cmake tool; if you don't have, just do: `sudo apt install cmake`): - wget https://github.com/glfw/glfw/releases/download/3.2/glfw-3.2.zip - unzip glfw-3.2.zip + wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip + unzip glfw-3.2.1.zip cd glfw cmake . sudo make install