Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 860 Bytes

README_install.md

File metadata and controls

35 lines (21 loc) · 860 Bytes

Software Installation

Installation Steps

  1. Install Python (3.7+)
  2. Type pip install --user -U conan into the terminal
    1. Unix: Append conan to the PATH by: source ~/.profile
  3. Run the conan command: conan
  4. conan profile detect --force
  5. conan profile path default

Formatter and Static Analyzer

Tooling

Clang-Format: Formatting tool for your C/C++ code:

  • Documentation for Clang-Format: Link

Clang-Tidy: Static linting tool for your C/C++ code:

  • Documentation for Clang-Tidy: Link

Cmake-Format:

pip install cmake-format # python 3.7+

Install Clang Tools

It's included in the LLVM toolchain, but also installable by apt, brew, winget etc.

https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.0