Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 217 Bytes

Build.md

File metadata and controls

11 lines (10 loc) · 217 Bytes

Supported platforms

OS: Windows, Ubuntu
Compiler: Visual Studio, gcc, clang
CPU:

Build commands

mkdir build; cd build    
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release