next up previous
Next: Usage Up: The Fitter Handbook Previous: Long Write-Up

Subsections

Installation

Installation on UNIX systems

In order to compile and install Fitter on your system, type the following in the base directory of the Fitter distribution:

% ./configure
% make
% make install

To build Fitter with GUI you should install FLTK [29] first. Second, you should install Gluplot ploting package [30], since it is used for visualization. Finally, enable using FLTK libraries while Fitter configuring:

% ./configure --enable-fltk

Since Fitter uses autoconf you should have not trouble compiling it. Should you run into problems please report them to the the authors Alexei Soloviev and Alexei Stadnik.

Installation on Windows

Fitter provides an user-friendly setup procedure for Windows users. Just run setup and follow the instructions.



Alexei Soloviev 2008-01-20