feat(autotools): explainations in README
This commit is contained in:
parent
65a033c5f6
commit
b54488c17f
10 changed files with 35 additions and 43 deletions
14
README.md
14
README.md
|
|
@ -7,12 +7,20 @@
|
|||
TODO
|
||||
|
||||
### Build
|
||||
|
||||
TODO
|
||||
run this command:
|
||||
autoreconf --force --verbose --install
|
||||
|
||||
### Test
|
||||
run this command:
|
||||
./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla'
|
||||
then:
|
||||
make
|
||||
|
||||
TODO
|
||||
#### asan
|
||||
run this command:
|
||||
./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'
|
||||
then:
|
||||
make check
|
||||
|
||||
## Authors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue