If you have not taken a precompiled version, you will require:
In addition, the following are required:
(Note: sometimes these binaries can be
taken from one of the other FSL binary distributions if the operating system
and machines are similar - e.g. certain varieties of linux on PC machines)
export FSLDIR=<??wherever fsl is unpacked??> e.g. export FSLDIR=/usr/local/fsl
. ${FSLDIR}/etc/fslconf/fsl.sh
ls $FSLDIR/config/$FSLMACHTYPE
ls
returns an error):
$FSLDIR/config
and do the following:
cp -r $FSLDIR/config/closestmatch $FSLDIR/config/$FSLMACHTYPE
$FSLDIR/config/$FSLMACHTYPE
directory which set the
local paths and variables for things like install commands, compiler
flags, etc.
cd $FSLDIR ./build
If you want to re-make a particular package in $FSLDIR/src
(e.g. flirt) then first set the FSLDEVDIR environment variable to the
same as FSLDIR and then just type make install
inside
the relevant directory.