mas01cr@0: Dependencies mas01cr@0: ------------ mas01cr@0: mas01cr@132: gsoap: audioDB uses libgsoap++ for SOAP Web Services support. This mas01cr@132: can be installed on most linux distributions using the package mas01cr@132: manager; the binary distribution will suffice. Other systems mas01cr@132: will need to install the library. mas01cr@0: mas01cr@132: gengetopt: audioDB uses gengetopt (as of 2007-10-23, version 2.18 mas01cr@132: exactly) for command-line parsing. mas01cr@0: mas01cr@132: help2man: a spartan manual page is automatically generated from the mas01cr@132: usage text using help2man. mas01cr@0: mas01cr@132: Use the following Makefiles to compile audioDB on your system: mas01cr@0: mas01cr@138: Linux: make mas01cr@138: (Debian-derived systems, with the right versions of gengetopt, gsoap mas01cr@138: and help2man installed) mas01cr@138: mas01cr@138: OS X or Win32: make \ mas01cr@138: GENGETOPT=/path/to/bin/gengetopt \ mas01cr@138: SOAPCPP2=/path/to/bin/soapcpp2 \ mas01cr@138: GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ mas01cr@138: GSOAP_INCLUDE="-I /path/to/gsoap" mas01cr@138: (where the path in GSOAP_INCLUDE should name the directory in which mas01cr@138: stdsoap.h resides)