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: