Installation
Prerequisite
Section titled “Prerequisite” 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. Install
Section titled “Install”git clone https://github.com/UnknownFreeOccupied/ufo.gitcd ufocmake -B build -DCMAKE_BUILD_TYPE=Releasecmake --build build --config Release