From eeb6dce731d7999d17f1698100760bb88961721e Mon Sep 17 00:00:00 2001 From: RDR8 Date: Thu, 15 Feb 2018 18:39:50 +0000 Subject: [PATCH] ok --- Compile-for-GNU-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index 47cce39..427794e 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -62,7 +62,7 @@ make PLATFORM=PLATFORM_DESKTOP GRAPHICS=GRAPHICS_API_OPENGLES_20 \ CFLAGS="-fPIC -I/usr/include/GL" RAYLIB_LIBTYPE=SHARED \ LDFLAGS='-L/usr/local/lib/raylib -lGLESv2 -lglfw3' -#This example was for a OpenGL ES 2.0 ubuntu 16.04 platform. +This example was for a OpenGL ES 2.0 ubuntu 16.04 platform. To compile just one specific example: @@ -72,7 +72,7 @@ To force one example recompile: make core/core_basic_window PLATFORM=PLATFORM_DESKTOP -B - The games folder can be made the same way as examples. +The games folder can be made the same way as examples.