Compiling Source Distribution

If you have not taken a precompiled version, you will require:

Then cd into the top level (fsl) and type ./build

If you want to run "make" in a directory in fsl/src, you will need to set FSLDIR as well as 3 other environment variables (example given for bash shell):

FSLDIR=<??wherever??>
FSLDEVDIR=${FSLDIR}
FSLCONFDIR=${FSLDIR}/config
FSLMACHTYPE=`gcc -dumpmachine`-gcc`gcc -dumpversion`