readme.md: reformatting

This commit is contained in:
Daniel Marjamäki 2013-12-26 18:56:02 +01:00
parent d3a848f2e6
commit 56f08a5bdb
1 changed files with 12 additions and 3 deletions

View File

@ -73,9 +73,18 @@ make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes
```
Flags:
SRCDIR=build : Python is used to optimise cppcheck
CFGDIR=cfg : Specify folder where .cfg files are found
HAVE_RULES=yes : Enable rules (pcre is required if this is used)
SRCDIR=build
> Python is used to optimise cppcheck
CFGDIR=cfg
> Specify folder where .cfg files are found
HAVE_RULES=yes
> Enable rules (pcre is required if this is used)
### g++ (for experts)