]> Raphaƫl G. Git Repositories - carabistouilles/blobdiff - README
Add updated readme
[carabistouilles] / README
diff --git a/README b/README
index da5f79446a094d647485c9a948e97530937fe489..898574b25a9ec3dada1502090db300928d066f9d 100644 (file)
--- 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