From b63e04aa85bbf4119c8f9d8a0a6cba6b1dbc377a Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 16 Mar 2017 00:43:58 +0000 Subject: [PATCH] BuildGuideMacOSX.md edited online with Bitbucket --- Data/BuildGuideMacOSX.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Data/BuildGuideMacOSX.md b/Data/BuildGuideMacOSX.md index 369d785..56bd66f 100644 --- a/Data/BuildGuideMacOSX.md +++ b/Data/BuildGuideMacOSX.md @@ -19,8 +19,6 @@ Install the dependencies: 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 `~/.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 export PATH ``` -Obtain the source: - -``` -git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git -``` Compile the binary: