Building on Mac OS/X

The Mac build of Fractorium is supported on the following versions of the operating system:

Sierra
El Capitan
Yosemite
Mavericks

Tools

Development environments

Install:

Xcode from the App Store

homebrew

Qt 5.11.2

git

brew install git

Prerequisites

brew install tbb glm jpeg libpng glib libxml2 openexr

Add the Qt bin folder to PATH to make qmake available. In ~/.bash_profile or ~/.bashrc:

PATH=/usr/local/opt/qt5/bin:$PATH
export PATH

Obtaining source

git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git

Building

cd fractorium
qmake main.pro CONFIG+=release
make

Or open main.pro in Qt Creator, select release and build all.

Creating the app bundle

To create Fractorium.app and the installer Fractorium.dmg:

cd fractorium
cd archive
./build.sh

Running

cd bin/release
./fractorium

Installing

Open Fractorium.dmg and copy Fractorium.app to /Applications.