Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.22 KB

cmake-build

Setup

Debian/Ubuntu Packages

$ sudo apt install -y build-essential procps curl file git

Homebrew packages

$ brew install llvm
$ brew install cmake
$ brew install clang-format
$ brew install conan

.clang-format

$ clang-format -style=llvm -dump-config > .clang-format

References