From 7a5f9161d610c2ff36dad3731658d5fe18d7d567 Mon Sep 17 00:00:00 2001 From: Li Linfeng Date: Fri, 29 Nov 2019 08:55:20 +0800 Subject: [PATCH] Update INSTALL --- INSTALL | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4bfd17e9..86986ff3 100644 --- a/INSTALL +++ b/INSTALL @@ -230,9 +230,17 @@ Install the latest Xcode: You should be able to get Xcode from the Mac App Store. +Install Homebrew + + Follow the instructions on https://brew.sh/ + Install required packages: - brew install cmake cspice fmt gettext glew libpng lua qt5 jpeg eigen + brew install cmake cspice fmt gettext libpng lua qt5 jpeg eigen + +Build GLEW from source (Homebrew's precompiled GLEW has wrong linking path): + + brew install glew --build-from-source Clone the source and go to the source directory.