From 764d83adbf8bf4ec4dd350a1ba70c6ff3d854347 Mon Sep 17 00:00:00 2001 From: RDR8 Date: Thu, 15 Feb 2018 23:20:44 +0000 Subject: [PATCH] Updated Compile for GNU Linux (markdown) --- 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 4b9c653..0d0f98b 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -65,7 +65,7 @@ If raylib was installed with `make install RAYLIB_LIBTYPE=SHARED`, notify the ex A more detailed command for the OpenGL ES GRAPHICS variant on Ubuntu 16.04 is: make PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGLES_20 \ - CFLAGS="-fPIC -I/usr/include/GL" RAYLIB_LIBTYPE=SHARED \ + CFLAGS="-fPIC -I/usr/include/GL" RAYLIB_LIBTYPE=SHARED USE_EXTERNAL_GLFW=TRUE \ LDFLAGS='-L/usr/local/lib/raysan5 -lGLESv2 -lglfw3' To compile just one specific example, adding flags as needed: