X-Git-Url: https://git.rapsys.eu/carabistouilles/blobdiff_plain/4d94a241e093a938083081c59881dafa7de358e9..HEAD:/README

diff --git a/README b/README
index da5f794..59e7822 100644
--- a/README
+++ b/README
@@ -1,7 +1,19 @@
-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
+
+Valgrind check:
+valgrind --leak-check=full --show-leak-kinds=all ./analyse sirens_fxt.txt