-
Notifications
You must be signed in to change notification settings - Fork 103
Mac OS X instructions
Erik Smistad edited this page Jul 30, 2019
·
33 revisions
NOTE: FAST on Mac OS X is not officially maintained anymore due to Apple's decision to drop support for both OpenCL and OpenGL.
This is tested on Mac OS X 10.12 Sierra.
Install dependencies
- Download and install Xcode from the App store. Open Xcode once to make sure it is set up. Then run the following command in your terminal to install the command line tools:
xcode-select --install
-
Download and install git either from xcode or https://git-scm.com/download/mac
-
Download and install CMake http://www.cmake.org/download/
-
FAST will download and build all other dependencies (Qt5, eigen, zlib) automatically when you build.
Compile
- Download the FAST source code using git
git clone https://github.com/smistad/FAST.git
- Open CMake and set the source directory to the /path/to/where/you/installed/FAST/ directory. Then specify a build directory. Press configure and choose Unix makefiles. Press generate.
- Go to the build directory in your terminal and write "make -j8".
Running the tests
Next, you should run the tests to make sure the framework is working properly on your system. Instructions on how to do this can be found here.
If this wiki page lacks some information or is incorrect please let us know! You can edit this wiki page yourself, send an email to ersmistad@gmail.com or