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: