Compiling Source Distribution
If you have not taken a precompiled version, you will require:
- GNU make
(this should be named gmake to make sure that FSL uses this rather
than any other "make" in your path)
- GNU
install (this should be named ginstall to make sure that FSL
uses this rather than any other "install" in your path)
- GCC C/C++
compiler (gcc-2.95.2, gcc-2.95.3 and gcc-2.96 seem to work ok;
gcc-3 is not yet supported)
- convert and display from the ImageMagick package with
added TIFF support (place convert and display in fsl/bin)
- gnuplot (place
gnuplot in fsl/bin)
- Tcl and Tk and
Tix (configure all three
with configure --prefix=$FSLDIR before installing and compile
Tix with make CC='cc -fwritable-strings').
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`