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
Clone the SAFRAN repository
Download and extract boost 1.76.0 to project root directory
Have cmake installed (> 9.6.0)
Create and change to directory build
Run
cmake ../Run
make(Unix) orcmake --build .(Windows)