"INSTALL"
niiT1vfa - T1 Estimation from NIfTI Variable Flip Angle data
============================================================


Installation Instructions
=========================

The routines provided here link against the GNU Scientific Library (GSL).
As such GSL must be installed.

The GNU Scientific Library (GSL)
--------------------------------
The GNU Scientific Library (GSL) is not typically bundled with Linux.
The niiT1vfa Makefile assumes that the library is installed in either a
standard system location or /usr/local. The library source can be downloaded
from http://www.gnu.org/software/gsl. 
To install GSL, extract it, change directory to it and run './configure'
followed by 'make' and (as root) 'make install'
Those subjected to Windoze can install Cygwin from http://www.cygwin.com 
which includes GSL.

niiT1vfa
--------
niiT1vfa can be built by typing,

  make

or, for debug mode,

  make debug

niiT1vfa can be installed using the command,

  make install

or, for Windoze,

  make winstall

The default installation directory is ~/bin which is created if it does not
exist.

                    ------------------------------
