Major rewrite of the build system/Makefile reorganized.
[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 src/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)
14
15 The unit test programs check_* depend on the check package.
16  http://check.sourceforge.net/
17  (check in Debian-based distributions)