Index: docs/README.txt
===================================================================
--- docs/README.txt	(revision c205c3a8a3acc0125b6b0cea26e2879f383b1889)
+++ docs/README.txt	(revision 78c3045c8c668cd026dfdc8a65451fc4658f810b)
@@ -2,7 +2,7 @@
 ---------------------------------------
 
-sudo apt-get install xorg-dev  libglew-dev libglm-dev
+sudo apt-get install xorg-dev  libglew-dev libglm-dev libglfw3-dev
 
-make newgame && ./newgame
+make openglref && ./openglref
 
 (Old Linux instructions for compiling game.cpp)
Index: makefile
===================================================================
--- makefile	(revision c205c3a8a3acc0125b6b0cea26e2879f383b1889)
+++ makefile	(revision 78c3045c8c668cd026dfdc8a65451fc4658f810b)
@@ -14,5 +14,5 @@
 endif
 ifeq ($(OS),Linux)
-	DEP = -lglfw3 -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread
+	DEP = -lglfw -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread
 endif
 
