feat(autotools): explainations in README

This commit is contained in:
Matteo Flebus 2026-01-09 14:27:27 +01:00
parent 65a033c5f6
commit b54488c17f
10 changed files with 35 additions and 43 deletions

View file

@ -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