BuildGuideMacOSX.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2023-08-06 06:11:06 +00:00
parent 9d169889d0
commit 2f54338520

View File

@ -2,21 +2,22 @@
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 6.5.1
Install [homebrew](http://brew.sh/). Install [homebrew](http://brew.sh/).
Install `git` and clone the repository: Install Command Line Tools for Xcode
Clone the repository:
``` ```
brew install git
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
``` ```
Install the dependencies: Install the dependencies:
``` ```
brew install qt5 tbb glm jpeg libpng glib libxml2 openexr brew install glm jpeg libpng glib openexr@2
``` ```
Add the Qt `bin` folder to `PATH` to make `qmake` available. In Add the Qt `bin` folder to `PATH` to make `qmake` available. In