Next Previous Contents

2. Installation

see the INSTALL file that comes with the distribution.

2.1 How to obtain Qgrid

The latest version is available at

http://users.pandora.be/on1mh

2.2 Requirements

Qgrid needs QT > 2.2.x If you do not have this version, you can downloaded it in binary/rpm or source format from: http://www.trolltech.com. If you select the binary/rpm format, be sure to also have the development version. (i.e. the one that contains the include files).

Be sure to set the QTDIR environment to your QT 2.2.X base directory.

example for bash:

export QTDIR=/usr/lib/qt2
(where qt2 is probably a link to /usr/lib/qt-2.2.x)

2.3 Compilation and installation

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

% ./configure
% make
% make install

Since Qgrid uses

autoconf

you should have no trouble compiling it. Should you run into problems please report them to the the author at Johan Maes - ON1MH


Next Previous Contents