Update for recent libpng
[svrt.git] / README.txt
1 This software should compile on any standard GNU/Linux machine, and
2 UNIX machine in general. It only requires the jpeg and png library.
3
4 To test it on a list of problems, just run the script doit.sh with the
5 problem numbers as arguments. For instance:
6
7   ./doit.sh 1 2 3
8
9 It will compile the source and run the executable on the specified
10 problems to generate sample images and test a Boosted classifier. If
11 no argument is given, it will run on all the problems by default.
12
13 --
14 Francois Fleuret, Sep 2010.