Fixed group implementation, still need to test it.
[sawsim.git] / README
diff --git a/README b/README
index 85cf3bb9375ecca8ae827f06a4d2c851ba127862..57aa9746e9cad08d05271e7d583f91ecbe0fa468 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,6 @@
 Warning: also my noweb-training program.
+ http://www.eecs.harvard.edu/~nr/noweb/
+(noweb, or the transitional nowebm, in Debian-based distributions)
 
 Extract Makefile and compile with:
  $ notangle -Rmakefile sawsim.nw | sed 's/        /\t/' > Makefile
@@ -6,3 +8,6 @@ Extract Makefile and compile with:
 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)