Update INSTALL

pull/3/head
Li Linfeng 2019-11-29 08:55:20 +08:00
parent 539f80367f
commit 7a5f9161d6
1 changed files with 9 additions and 1 deletions

10
INSTALL
View File

@ -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.