From a09752fff17efd3315d51795f329c2a45a0bd1ea Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 16 Mar 2017 00:42:06 +0000 Subject: [PATCH] BuildGuideMacOSX.md edited online with Bitbucket --- Data/BuildGuideMacOSX.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ```