annotate INSTALL.txt @ 0:9eab3e0f3068

Initial import
author mas01cr
date Fri, 20 Jul 2007 15:51:39 +0000
parents
children 95bd04a52b28
rev   line source
mas01cr@0 1 audioDB
mas01cr@0 2 Goldsmiths, University of London
mas01cr@0 3 GPL
mas01cr@0 4
mas01cr@0 5 Dependencies
mas01cr@0 6 ------------
mas01cr@0 7
mas01cr@0 8 audioDB uses libgsoap++ for SOAP Web Services support, this can be installed on most linux distributions using the package manager.
mas01cr@0 9 The binary distribution will suffice.
mas01cr@0 10
mas01cr@0 11 For OSX and Win32 systems, the gsoap distribution is currently included in the bin_x86_{osx,win32} directories
mas01cr@0 12
mas01cr@0 13 Use the following Makefiles to compile audioDB on your system.
mas01cr@0 14
mas01cr@0 15 Linux
mas01cr@0 16 -----
mas01cr@0 17 make -f Makefile.linux
mas01cr@0 18
mas01cr@0 19 OSX
mas01cr@0 20 ---
mas01cr@0 21
mas01cr@0 22 make -f Makefile.osx
mas01cr@0 23
mas01cr@0 24 Win32
mas01cr@0 25 -----
mas01cr@0 26
mas01cr@0 27 make -f Makefile.win32
mas01cr@0 28