Skip to content

Latest commit

History

History
39 lines (31 loc) 路 543 Bytes

File metadata and controls

39 lines (31 loc) 路 543 Bytes

Florence2.cpp 馃惥

Software Requirements

  • CMake 3.10 or higher
  • C++17 compatible compiler
  • Rust toolchain
  • Git

Installation

git clone https://github.com/b3nNn/florence2.cpp
cd florence2.cpp

Compilation

Windows

cmake -S . -B build -G "Visual Studio 16 2019"
cmake --build build --config Release

Mac/Linux

cmake -S . -B build
cmake --build build --config Release

Execution

Windows

.\build\Release\florence2.exe

Mac/Linux

./build/Release/florence2