Starting on version 0.6, with generalized discrete reactions.
[sawsim.git] / README
diff --git a/README b/README
index 57aa9746e9cad08d05271e7d583f91ecbe0fa468..cc953111d6297f8951fa4cf6724af6266e4ed769 100644 (file)
--- a/README
+++ b/README
@@ -3,11 +3,15 @@ Warning: also my noweb-training program.
 (noweb, or the transitional nowebm, in Debian-based distributions)
 
 Extract Makefile and compile with:
- $ notangle -Rmakefile sawsim.nw | sed 's/        /\t/' > Makefile
+ $ notangle -Rmakefile src/sawsim.nw | sed 's/        /\t/' > Makefile
  $ make
 Run the unit tests with
  $ make check
 
 Depends on the GSL (GNU Scientific Library) development package.
  http://www.gnu.org/software/gsl/
-(libgsl0-dev in Debian-based distributions)
+ (libgsl0-dev in Debian-based distributions)
+
+The unit test programs check_* depend on the check package.
+ http://check.sourceforge.net/
+ (check in Debian-based distributions)