Mercurial > hg > audiodb
diff INSTALL.txt @ 0:9eab3e0f3068
Initial import
author | mas01cr |
---|---|
date | Fri, 20 Jul 2007 15:51:39 +0000 |
parents | |
children | 95bd04a52b28 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/INSTALL.txt Fri Jul 20 15:51:39 2007 +0000 @@ -0,0 +1,28 @@ +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 +