1$Id: INSTALL 193 2008-07-14 20:48:23Z daaugusto $
2
3 ------------------------------------------
4 Genetic Algorithm File Fitter -- gaffitter
5 ------------------------------------------
6
7 http://gaffitter.sourceforge.net/          (home page)
8 http://sourceforge.net/projects/gaffitter/ (project page)
9
10 2005-2008 - Douglas A. Augusto (daaugusto@gmail.com)
11
12 Released under the GNU General Public License (GPL) version 3 (or
13 later)
14
15    http://www.gnu.org/licenses/gpl.txt
16
17
18== Installation Instructions ==
19
201) Prerequisites
21
22  - POSIX-compatible Operating System (required by DiskUsage class to get
23   the size of a file or directory)
24
25  - C++ compiler (recommended: GCC)
26
272) Compilation
28
29  cd gaffitter-X.Y.Z
30  make
31
323) Installation (may need administrator privileges):
33
34  make install DESTDIR=/usr/local
35
36  (will install gaffitter in /usr/local/bin/; change DESTDIR as
37  necessary)
38