runformat: simple build instruction
This commit is contained in:
parent
0f12003e07
commit
0e366e056f
|
@ -1,4 +1,10 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# uncrustify-0.72 is used to format cppcheck source code.
|
||||
# source code: https://github.com/uncrustify/uncrustify/archive/refs/tags/uncrustify-0.72.0.zip
|
||||
# building in Linux: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make
|
||||
# building in Windows: mkdir build && cd build && cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .. && nmake
|
||||
|
||||
UNCRUSTIFY_VERSION="0.72.0"
|
||||
UNCRUSTIFY="${UNCRUSTIFY-uncrustify}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue