Mercurial > hg > audiodb
view INSTALL.txt @ 161:057217009d0e powertable
Add batchinsert version of power tests
(admittedly not a very strong test, given that there's only one feature
added...)
author | mas01cr |
---|---|
date | Thu, 01 Nov 2007 16:15:27 +0000 |
parents | c337813dcbda |
children | 521cecd1eab7 |
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 stdsoap.h resides)