Mercurial > hg > audiodb
annotate INSTALL.txt @ 4:95bd04a52b28
Remove Makefile.linux, and make INSTALL.txt mention plain Makefile
instead
author | mas01cr |
---|---|
date | Mon, 23 Jul 2007 17:22:29 +0000 |
parents | 9eab3e0f3068 |
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 |