Fixed 'y > yub' error by reducing default tolerances min_d{x,y} in
[sawsim.git] / README
1 Warning: also my noweb-training program.
2  http://www.eecs.harvard.edu/~nr/noweb/
3 (noweb, or the transitional nowebm, in Debian-based distributions)
4
5 Extract Makefile and compile with:
6  $ notangle -Rmakefile sawsim.nw | sed 's/        /\t/' > Makefile
7  $ make
8 Run the unit tests with
9  $ make check
10
11 Depends on the GSL (GNU Scientific Library) development package.
12  http://www.gnu.org/software/gsl/
13 (libgsl0-dev in Debian-based distributions)