Added GSL dependency notes.
authorW. Trevor King <wking@drexel.edu>
Wed, 16 Jul 2008 19:34:22 +0000 (19:34 +0000)
committerW. Trevor King <wking@drexel.edu>
Wed, 16 Jul 2008 19:34:22 +0000 (19:34 +0000)
git-svn-id: svn://abax.physics.drexel.edu/sawsim/trunk@6 865a22a6-13cc-4084-8aa6-876098d8aa20

README

diff --git a/README b/README
index 85cf3bb9375ecca8ae827f06a4d2c851ba127862..98d61ab89948da8c017607c7be6cbc13a1f7baf5 100644 (file)
--- a/README
+++ b/README
@@ -6,3 +6,6 @@ Extract Makefile and compile with:
 Run the unit tests with
  $ make check
 
 Run the unit tests with
  $ make check
 
+Depends on the GSL (GNU Scientific Library) development package.
+ http://www.gnu.org/software/gsl/
+This package is libgsl0-dev in Debian-based distributions.