Mercurial > hg > audiodb
comparison 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 |
comparison
equal
deleted
inserted
replaced
281:f042cbf427b3 | 282:f6b80b9f6afe |
---|---|
29 OS X or Win32: make \ | 29 OS X or Win32: make \ |
30 GENGETOPT=/path/to/bin/gengetopt \ | 30 GENGETOPT=/path/to/bin/gengetopt \ |
31 SOAPCPP2=/path/to/bin/soapcpp2 \ | 31 SOAPCPP2=/path/to/bin/soapcpp2 \ |
32 GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ | 32 GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ |
33 GSOAP_INCLUDE="-I /path/to/gsoap" \ | 33 GSOAP_INCLUDE="-I /path/to/gsoap" \ |
34 GSL_INCLUDE'"-I /path/to/gsl/" | |
34 LIBGSL="-L/path/to/libgsl/libraries -lgsl -lgslcblas" | 35 LIBGSL="-L/path/to/libgsl/libraries -lgsl -lgslcblas" |
35 (where the path in GSOAP_INCLUDE should name the directory in which | 36 (where the path in GSOAP_INCLUDE should name the directory in which |
36 stdsoap2.h resides) | 37 stdsoap2.h resides and the path to GSL_INCLUDE should name the directory |
38 which gsl_rng.h resides.) | |
37 | 39 |
38 Testing | 40 Testing |
39 ------- | 41 ------- |
40 | 42 |
41 audioDB comes with a suite of test scripts that verify that particular | 43 audioDB comes with a suite of test scripts that verify that particular |