- CMake 3.10 or higher
- C++17 compatible compiler
- Rust toolchain
- Git
git clone https://github.com/b3nNn/florence2.cpp
cd florence2.cppWindows
cmake -S . -B build -G "Visual Studio 16 2019"
cmake --build build --config ReleaseMac/Linux
cmake -S . -B build
cmake --build build --config ReleaseWindows
.\build\Release\florence2.exeMac/Linux
./build/Release/florence2