From c9e0b5bdb8d97fbfc590b95d84e73e5501a20304 Mon Sep 17 00:00:00 2001 From: Joey de Vries Date: Tue, 7 Apr 2015 18:18:21 +0200 Subject: [PATCH] Added '3' to glfw library Changed readme to link to glfw3-dev instead of glfw-dev. Linking to glfw without the '3' links to glfw version 2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b361a30..60404b3 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Note that you still have to manually copy the required .DLL files from the /dlls ## Linux building First make sure you have CMake, Git, and GCC by typing as root (sudo) `apt-get install g++ cmake git` and then get the required packages: -Using root (sudo) and type `apt-get install libsoil-dev libglm-dev libassimp-dev libglew-dev libglfw-dev` +Using root (sudo) and type `apt-get install libsoil-dev libglm-dev libassimp-dev libglew-dev libglfw3-dev`