Skip to content

Installation

UFO requires a modern C++ environment:

  • CMake: version 3.23 or newer.
  • C++ Standard: C++23.
  • GCC: 14 or newer.
  • Clang: 18 or newer.
  • Note: Ensure oneTBB or OpenMP is installed for parallel processing.
You need to have Git and CMake installed along with a supported C++ compiler.
Terminal window
git clone https://github.com/UnknownFreeOccupied/ufo.git
cd ufo
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release