Skip to content

Installation

You need to have Git, CMake, and a C++ compiler installed. To use parallel processing, you may need to install oneTBB or OpenMP as well.
Terminal window
git clone https://github.com/UnknownFreeOccupied/ufo.git
cd ufo
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release