From e728ceed0104fbc7284e58ee969d00469935edb7 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 22 Jul 2016 10:06:52 -0700 Subject: [PATCH] libxi-dev was spelled wrong `http://packages.ubuntu.com/trusty/libxi-dev` --- Compile-for-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index d983585..d0466b3 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -15,7 +15,7 @@ raylib requires GLFW3 (Windows and input management) and OpenAL Soft (audio syst GLFW3 depends on some other libraries: - sudo apt install mesa-common-dev libx11-dev libxrandr-dev libXi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev + sudo apt install mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev Now, you need to download GLFW3 from sources and build it (you also need cmake tool; if you have not, just do: `sudo apt install cmake`):