From 81afd0e5894930f62b35d48eba3a9ece32eabecf Mon Sep 17 00:00:00 2001 From: Seth Archambault Date: Tue, 9 Jan 2018 22:23:15 -0500 Subject: [PATCH] Added a helpful message. --- Compile-for-OSX.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compile-for-OSX.md b/Compile-for-OSX.md index 07c6c9b..afe1dcd 100644 --- a/Compile-for-OSX.md +++ b/Compile-for-OSX.md @@ -51,6 +51,8 @@ _Tutorial written by Aleix Rafegas and translated to English by Ray_ # Without Xcode +Note, if you want to compile all this statically to make it much easier to run on other machines, skip ahead to the "Building Statically" section, otherwise you're going to have to do some work twice.. + 1) Install GLFW3 library (see step 3 above). 2) Install raylib library (see step 4 above).