Skip to content

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

  1. 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
  1. Download and install git either from xcode or https://git-scm.com/download/mac

  2. Download and install CMake http://www.cmake.org/download/

  3. FAST will download and build all other dependencies (Qt5, eigen, zlib) automatically when you build.

Compile

  1. Download the FAST source code using git
git clone https://github.com/smistad/FAST.git
  1. 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.
  2. 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.

Clone this wiki locally