Mercurial > hg > audiodb
view INSTALL.txt @ 164:218106b4db14
Add a test for dump/restore functionality.
Since it takes a long time (and must be run after the other tests), put
it in 9000/ and adjust run-tests.sh to take a --full argument.
author | mas01cr |
---|---|
date | Mon, 05 Nov 2007 10:54:53 +0000 |
parents | 521cecd1eab7 |
children | 3f1d970f7406 |
line wrap: on
line source
Dependencies ------------ gsoap: audioDB uses libgsoap++ for SOAP Web Services support. This can be installed on most linux distributions using the package manager; the binary distribution will suffice. Other systems will need to install the library. gengetopt: audioDB uses gengetopt (as of 2007-10-23, version 2.18 exactly) for command-line parsing. help2man: a spartan manual page is automatically generated from the usage text using help2man. Use the following Makefiles to compile audioDB on your system: Linux: make (Debian-derived systems, with the right versions of gengetopt, gsoap and help2man installed) OS X or Win32: make \ GENGETOPT=/path/to/bin/gengetopt \ SOAPCPP2=/path/to/bin/soapcpp2 \ GSOAP_CPP=/path/to/gsoap/stdsoap2.cpp \ GSOAP_INCLUDE="-I /path/to/gsoap" (where the path in GSOAP_INCLUDE should name the directory in which stdsoap2.h resides)