]> Raphaƫl G. Git Repositories - carabistouilles/blob - README
898574b25a9ec3dada1502090db300928d066f9d
[carabistouilles] / README
1 Run analyse.pl:
2 ./analyse.pl sirens_fxt.txt
3
4 Run analyse.pl tests (need perl-Module-Build and perl-Test-More package):
5 perl Build.pl
6 ./Build manifest
7 ./Build test
8
9 Build analyse.c:
10 gcc -m64 -std=c11 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes analyse.c -o analyse
11
12 Run analyse.c:
13 ./analyse sirens_fxt.txt
14
15 Run analyse.c tests:
16 ./cunittest