diff INSTALL.txt @ 282:f6b80b9f6afe

modifed the makefile to correctly link to gsl on a mac
author map01bf
date Wed, 02 Jul 2008 17:14:10 +0000
parents f042cbf427b3
children
line wrap: on
line diff
--- a/INSTALL.txt	Wed Jul 02 14:20:28 2008 +0000
+++ b/INSTALL.txt	Wed Jul 02 17:14:10 2008 +0000
@@ -31,9 +31,11 @@
   SOAPCPP2=/path/to/bin/soapcpp2 \
   GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \
   GSOAP_INCLUDE="-I /path/to/gsoap" \
+  GSL_INCLUDE'"-I /path/to/gsl/"
   LIBGSL="-L/path/to/libgsl/libraries -lgsl -lgslcblas"
 (where the path in GSOAP_INCLUDE should name the directory in which
-stdsoap2.h resides)
+stdsoap2.h resides and the path to GSL_INCLUDE should name the directory
+which gsl_rng.h resides.)
 
 Testing
 -------