Mercurial > hg > audiodb
view INSTALL.txt @ 119:6062e6f1dcc1 endian-neutral
Towards endian-neutrality, part 4.
A little bit of defensive coding around the byte_swap() Do What I Mean
functionality: if the maximum acceptable dimensionality exceeds 16 bits,
then the byte swapping is no longer ambiguous.
author | mas01cr |
---|---|
date | Fri, 12 Oct 2007 12:58:30 +0000 |
parents | 95bd04a52b28 |
children | 7ae689fadb44 |
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 OSX --- make -f Makefile.osx Win32 ----- make -f Makefile.win32