... | ... | @@ -2,14 +2,17 @@ |
|
|
Необходимо выполнить следующие команды:
|
|
|
|
|
|
|
|
|
> git clone http://git.iu7.bmstu.ru/IU7-Projects/CodeChecker.git
|
|
|
|
|
|
> cd CodeChecker
|
|
|
|
|
|
> git clone http://git.iu7.bmstu.ru/IU7-Projects/CodeChecker.git
|
|
|
> cd CodeChecker
|
|
|
> make
|
|
|
|
|
|
|
|
|
Использование:
|
|
|
|
|
|
|
|
|
> CodeChecker.exe main.c |
|
|
\ No newline at end of file |
|
|
```
|
|
|
Usage: CodeChecker.exe [<options>] <source file>
|
|
|
Options:
|
|
|
-h, --help - print this help message
|
|
|
--version - print version
|
|
|
--include <path> - additional include path
|
|
|
--rules <path> - path to rules file
|
|
|
``` |
|
|
\ No newline at end of file |