annotate INSTALL.txt @ 28:5485586a5378 audiodb-debian

Merged trunk changes -r39:43 onto audiodb-debian branch Updated changelog with new version
author mas01cr
date Thu, 16 Aug 2007 11:42:19 +0000
parents 95bd04a52b28
children 7ae689fadb44
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@4 17 make -f Makefile
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