$Id: INSTALL 153 2008-06-04 05:49:38Z daaugusto $

 ------------------------------------------
 Genetic Algorithm File Fitter -- gaffitter
 ------------------------------------------

 http://gaffitter.sourceforge.net/          (home page)
 http://sourceforge.net/projects/gaffitter/ (project page)

 2005-2008 - Douglas A. Augusto (daaugusto@gmail.com)

 Released under the GNU General Public License (GPL) version 3 (or
 later)

    http://www.gnu.org/licenses/gpl.txt


== Installation Instructions ==

1) Prerequisites

 - POSIX-compatible Operating System (required by DiskUsage class to get
   the size of a file or directory)

 - C++ compiler (recommended: GCC)

2) Compilation

 $ cd gaffitter
 $ make

3) Installation (root privileges). gaffitter will be installed in
   /usr/local/bin/

 # make install
