From d320ffa522d86cdf17bea93319f4b7c16f503576 Mon Sep 17 00:00:00 2001 From: Jonathan Commins Date: Sat, 18 Nov 2017 15:09:38 +0700 Subject: [PATCH] Add information about setting permission --- Compile-for-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-OSX.md b/Compile-for-OSX.md index 318ca91..0ad70c5 100644 --- a/Compile-for-OSX.md +++ b/Compile-for-OSX.md @@ -75,7 +75,7 @@ If you'd like to use C instead: clang -I/w/raylib_build/raylib/release/osx -L/usr/local/lib -L/w/raylib_build/raylib/release/osx -lglfw -lraylib -framework GLUT -framework OpenGL -framework Cocoa my_app.c -o my_app ```` -Now running build.sh (After setting permissions appropriately) will compile your program! +Now running build.sh (after setting permissions, ie. `chmod +x build.sh`) will compile your program! Note that this may give you a CLITERAL error, which seems to be an issue in raylib.h: https://github.com/raysan5/raylib/blob/develop/src/raylib.h#L261