diff --git a/Data/BuildGuideMacOSX.md b/Data/BuildGuideMacOSX.md index 74f7883..369d785 100644 --- a/Data/BuildGuideMacOSX.md +++ b/Data/BuildGuideMacOSX.md @@ -1,7 +1,9 @@ # Build Guide for Mac OS/X Install Xcode from the App Store + Install Qt 5.4.2 (Note, newer versions of Qt up to and including 5.8 have a bug with drawing OpenGL lines) + Install [homebrew](http://brew.sh/). Install `git` and clone the repository: @@ -43,7 +45,6 @@ make Creating the app bundle: ``` -cd fractorium cd archive ./build.sh ``` @@ -51,6 +52,7 @@ cd archive Run the binary from the release folder: ``` +cd .. cd Bin/release ./fractorium ```