NOTES for saolc v. 2.0 - Linux Release
Giorgio Zoia, EPFL
12 October 2003

to compile the programs simply copy all the files from
the ../source directory to the directory where the Makefile
is, and use make. This will also generate the missing .c and
.h files by lex and yacc calls. Every Linux installation 
provides this by default with the c/c++ sdk package.

Enter: 

make saenc

to compile the saol encoder

Enter:

make saolcprof

to compile the saolc decoder including the profiling extensions.
Note that saolcprof is a superset of saolc, then it provides all
the functionality of saolc plus the profiling tool. By default
the player compiles now for the 32-bit raw output files. If you
want the 16-bit AIFF output file, remove the _32BITOUT definition.

It is still possible to obtain the saolc decoder with no profiler
tool compiled (slightly faster than saolcprof) by first disabling
the -MPEGPROFILER definition in the Makefile and then entering:

make saolc

NOTE
====
This release still only deals with .sasi (structured audio 
specific info) files, available at the audio ftp site together
with mp4 files. They contain exactly the same information from
an SA point of view. To deal directly with mp4 files now please
use the windows release. Equivalent executables and scripts for
Linux will be available soon in v. 2.1
