mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-03-13 15:21:36 -04:00
BuildGuideMacOSX.md edited online with Bitbucket
This commit is contained in:
parent
5cc8579905
commit
a09752fff1
@ -1,7 +1,9 @@
|
|||||||
# Build Guide for Mac OS/X
|
# Build Guide for Mac OS/X
|
||||||
|
|
||||||
Install Xcode from the App Store
|
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 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 [homebrew](http://brew.sh/).
|
||||||
|
|
||||||
Install `git` and clone the repository:
|
Install `git` and clone the repository:
|
||||||
@ -43,7 +45,6 @@ make
|
|||||||
Creating the app bundle:
|
Creating the app bundle:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd fractorium
|
|
||||||
cd archive
|
cd archive
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
@ -51,6 +52,7 @@ cd archive
|
|||||||
Run the binary from the release folder:
|
Run the binary from the release folder:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd ..
|
||||||
cd Bin/release
|
cd Bin/release
|
||||||
./fractorium
|
./fractorium
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user