Mercurial > hg > audiodb
comparison 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 |
comparison
equal
deleted
inserted
replaced
280:3be15407e814 | 281:f042cbf427b3 |
---|---|
13 usage text using help2man. | 13 usage text using help2man. |
14 | 14 |
15 bash: audioDB's test suite depends on /bin/sh being bash, version 3.0 | 15 bash: audioDB's test suite depends on /bin/sh being bash, version 3.0 |
16 or greater. | 16 or greater. |
17 | 17 |
18 gsl: the GNU Scientific Library. | |
19 | |
18 Compiling | 20 Compiling |
19 --------- | 21 --------- |
20 | 22 |
21 Use the following make commands to compile audioDB on your system: | 23 Use the following make commands to compile audioDB on your system: |
22 | 24 |
26 | 28 |
27 OS X or Win32: make \ | 29 OS X or Win32: make \ |
28 GENGETOPT=/path/to/bin/gengetopt \ | 30 GENGETOPT=/path/to/bin/gengetopt \ |
29 SOAPCPP2=/path/to/bin/soapcpp2 \ | 31 SOAPCPP2=/path/to/bin/soapcpp2 \ |
30 GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ | 32 GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ |
31 GSOAP_INCLUDE="-I /path/to/gsoap" | 33 GSOAP_INCLUDE="-I /path/to/gsoap" \ |
34 LIBGSL="-L/path/to/libgsl/libraries -lgsl -lgslcblas" | |
32 (where the path in GSOAP_INCLUDE should name the directory in which | 35 (where the path in GSOAP_INCLUDE should name the directory in which |
33 stdsoap2.h resides) | 36 stdsoap2.h resides) |
34 | 37 |
35 Testing | 38 Testing |
36 ------- | 39 ------- |