From 4d015527f4d4085bb454e762393521877563d402 Mon Sep 17 00:00:00 2001 From: Jonathan Commins Date: Sat, 18 Nov 2017 15:30:49 +0700 Subject: [PATCH] Remove redundant explanation --- Compile-for-OSX.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Compile-for-OSX.md b/Compile-for-OSX.md index e28ed10..9247fc0 100644 --- a/Compile-for-OSX.md +++ b/Compile-for-OSX.md @@ -51,16 +51,7 @@ _Tutorial written by Aleix Rafegas and translated to English by Ray_ # Without Xcode -1) Install GLFW3 library - -- To install required packages easier, first install Homebrew, execute in Terminal app the following command: -``` - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -``` -- Once Homebrew app is installed, run the following command in Terminal: -``` - brew install glfw3 -``` +1) Install GLFW3 library (see step 3 above). 2) Complete step 4 in the Xcode section above (about installing raylib).