Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 286 Bytes

Install build dependencies:

sudo apt install python3 python3-pip clang-tidy g++
pip install --user conan ninja cmake

Install library dependencies:

conan install . -if build -o build_tests=True

Build project:

conan build . -bf build