
How to compile FitModel ?
*************************


* Linux or Solaris (with gcc)

. 'cd' to the sources directory,
. type 'make'


* Windows (with Microsoft Visual C++ version 6)

. click on the .\bin\fitmodel.dsp file
. click on Build->Rebuild all
. click on the file 'fitmodel.exe' that has been 
  created in the folder .\Release


* OSX (Jaguar or Panther)

. 'cd' to the sources directory
. remove the option '-static' from the CFLAGS
. type 'make'

