$Id: INSTALL 193 2008-07-14 20:48:23Z 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-X.Y.Z
  make

3) Installation (may need administrator privileges):

  make install DESTDIR=/usr/local

  (will install gaffitter in /usr/local/bin/; change DESTDIR as
  necessary)
