Installation
System Requirements
Section titled “System Requirements”UFO requires a modern C++ environment:
- CMake: version 3.23 or newer.
- C++ Standard: C++23.
Supported Compilers
Section titled “Supported Compilers”- LLVM/Clang: 21 or newer (installed via Homebrew).
- Note: Apple Clang currently lacks full C++23 support. Use
brew install llvm@21.
- MSVC: Visual Studio 2022 (version 17.10+) or newer.
Prerequisite
Section titled “Prerequisite”Install
Section titled “Install”git clone https://github.com/UnknownFreeOccupied/ufo.gitcd ufocmake -B build -DCMAKE_BUILD_TYPE=Releasecmake --build build --config Release