blob: 121750cdb6acfacf79ba089bf4d006bb0e34051c (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/bash
#generate detecting routines and tables
perl build_detector.pl ../detector.cpp
#compile detector.cpp as a standalone app (only for testing)
#g++ -o detector ../detector.cpp
|