changed the commands in the readme
This commit is contained in:
parent
f801894300
commit
466199ae0d
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -8,19 +8,20 @@ TODO
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
run this command:
|
run this command:
|
||||||
autoreconf --force --verbose --install
|
`autoreconf --force --verbose --install`
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
run this command:
|
run this command:
|
||||||
./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla'
|
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla'`
|
||||||
then:
|
then:
|
||||||
make
|
`make`
|
||||||
|
|
||||||
#### asan
|
#### asan
|
||||||
run this command:
|
run this command:
|
||||||
./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'
|
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'`
|
||||||
|
|
||||||
then:
|
then:
|
||||||
make check
|
`make check`
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue