Skip to content

Commit 3acd83d

Browse files
authored
Create README.md
1 parent 9dd47f5 commit 3acd83d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# O2CodeChecker
2+
A prototype for a standalone code checker for the AliceO2 project
3+
4+
It offers:
5+
* code checks based on clang-tidy and existing components
6+
* standalone CMake infrastructure for compilation outside of llvm/clang source tree
7+
8+
# Requirements/Building
9+
10+
* llvm + clang + clang extra tools (release 3_9) required
11+
* build using `cmake -DLLVM_DIR=PATH_TO_LLVM_CMAKE_CONFIG -DClang_DIR=PATH_TO_CLANG_CONFIG`

0 commit comments

Comments
 (0)