Installation

You can find download links to prebuilt executables (recommended) for your operating system below. If you want the latest development version you can build SAFRAN from source, which is described below.

Download

Prebuild binaries can be found here (only x64):

Build from source

  1. Clone the SAFRAN repository

  2. Download and extract boost 1.76.0 to project root directory

    1. Windows: https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.zip

    2. Unix: https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz

  3. Have cmake installed (> 9.6.0)

  4. Create and change to directory build

  5. Run cmake ../

  6. Run make (Unix) or cmake --build . (Windows)