diff INSTALL.txt @ 281:f042cbf427b3

Some tidying up post-merge of sampling branch: * make Makefile a little bit cleaner, allowing specification of the libgsl linking directive through a variable; * update INSTALL.txt
author mas01cr
date Wed, 02 Jul 2008 14:20:28 +0000
parents 2cc06e5b05a5
children f6b80b9f6afe
line wrap: on
line diff
--- a/INSTALL.txt	Wed Jul 02 14:07:10 2008 +0000
+++ b/INSTALL.txt	Wed Jul 02 14:20:28 2008 +0000
@@ -15,6 +15,8 @@
 bash: audioDB's test suite depends on /bin/sh being bash, version 3.0
       or greater.
 
+gsl: the GNU Scientific Library.
+
 Compiling
 ---------
 
@@ -28,7 +30,8 @@
   GENGETOPT=/path/to/bin/gengetopt \
   SOAPCPP2=/path/to/bin/soapcpp2 \
   GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \
-  GSOAP_INCLUDE="-I /path/to/gsoap"
+  GSOAP_INCLUDE="-I /path/to/gsoap" \
+  LIBGSL="-L/path/to/libgsl/libraries -lgsl -lgslcblas"
 (where the path in GSOAP_INCLUDE should name the directory in which
 stdsoap2.h resides)