view INSTALL.txt @ 2:c5869889f122

Makefile rearrangements. Delete the man page; instead generate it from help2man Provide in the Makefile for renaming the program -- using the EXECUTABLE variable: e.g. make EXECUTABLE=audiodb all will generate an audiodb executable (instead of audioDB).
author mas01cr
date Mon, 23 Jul 2007 16:21:04 +0000
parents 9eab3e0f3068
children 95bd04a52b28
line wrap: on
line source
audioDB 
Goldsmiths, University of London
GPL

Dependencies
------------

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.

For OSX and Win32 systems, the gsoap distribution is currently included in the bin_x86_{osx,win32} directories

Use the following Makefiles to compile audioDB on your system.

Linux
-----
make -f Makefile.linux

OSX
---

make -f Makefile.osx

Win32
-----

make -f Makefile.win32