$Id: INSTALL,v 1.2 2003/06/15 09:07:39 calicant Exp $ INSTALL for mapagi ================== REQUIREMENTS ------------- This program was developed with Qt/X11 Free Edition v. 3.1.2 To compile this software, you need: * Qt 3.1.1 library (Qt >= 3.1.1) * Qt developement packages (or equivalent), containing Qt include files, qmake, ... * You have to export the QTDIR environment variable accordingly to the directory where Qt libs are installed. e.g. export QTDIR=/usr/lib/qt3 * If qmake is not in your path: export PATH=$QTDIR/bin:$PATH HOW TO INSTALL --------------- To install mapagi-x.y.tar.gz: $ tar xzvf mapagi-x.y.tar.gz # untar and gunzip $ cd ./mapagi-x.y/ # change to source directory $ qmake # generate the Makefile $ make # compile... At this point you have binaries created and installed in the build dir. RUNNING ------- To run it: type './mapagi' You may want to copy 'mapagi' in a directory that is in your PATH === EOF