BuildGuideMacOSX.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2017-03-16 00:42:06 +00:00
parent 5cc8579905
commit a09752fff1

View File

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