X-Git-Url: https://git.rapsys.eu/carabistouilles/blobdiff_plain/d905bc5e628d16c0d67a2942ace13591a7564ee5..656e5e24007518afdf0969f9effc988b7e6c01e5:/README diff --git a/README b/README index da5f794..898574b 100644 --- a/README +++ b/README @@ -1,7 +1,16 @@ -Run analyse : -./analyse sirens_fxt.txt +Run analyse.pl: +./analyse.pl sirens_fxt.txt -Run tests (need perl-Module-Build and perl-Test-More package): +Run analyse.pl tests (need perl-Module-Build and perl-Test-More package): perl Build.pl ./Build manifest ./Build test + +Build analyse.c: +gcc -m64 -std=c11 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes analyse.c -o analyse + +Run analyse.c: +./analyse sirens_fxt.txt + +Run analyse.c tests: +./cunittest