Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 260 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 260 Bytes

Build instructions

Requirements

  • CMake 3.18
  • Clang 14+

Building

Execute in the cloned repository:

mkdir build
cd build
cmake ..
cmake --build .

For windows you need to generate poroject for Visual Studio and build with Clang.