BuildGuideMacOSX.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2017-03-16 00:43:58 +00:00
parent a09752fff1
commit b63e04aa85

View File

@ -19,8 +19,6 @@ Install the dependencies:
brew install qt5 tbb glm jpeg libpng glib libxml2 brew install qt5 tbb glm jpeg libpng glib libxml2
``` ```
TODO: Confirm if `glib` and `libxml2` are actually needed.
Add the Qt `bin` folder to `PATH` to make `qmake` available. In Add the Qt `bin` folder to `PATH` to make `qmake` available. In
`~/.bash_profile` or `~/.bashrc`: `~/.bash_profile` or `~/.bashrc`:
@ -28,11 +26,6 @@ Add the Qt `bin` folder to `PATH` to make `qmake` available. In
PATH=/usr/local/opt/qt5/bin:$PATH PATH=/usr/local/opt/qt5/bin:$PATH
export PATH export PATH
``` ```
Obtain the source:
```
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
```
Compile the binary: Compile the binary: