Next Previous Contents

2. Installation

2.1 How to obtain QGrid

The latest release and snapshots can be found at:

http://users.telenet.be/on4qz

2.2 Requirements

QGrid version 2.6 has been tested with Qt-3.3,

2.3 Compilation and installation

There are different ways to install QGrid on your system. Should you run into problems please report them to the the author at on4qz@telenet.be

Using qgrid-x.xx.tgz

% tar -xvzf qrid-x.xx.tgz
% cd qgrid-x.xx
% qmake qgrid.pro
% make
% su
% make install
Make sure that the QTDIR environment is set and points to the correct basedirectory. (e.g. QTDIR=/usr/lib/qt3).

Using qgrid-x.xx.src.rpm

Install the src rpm package and then rebuild the binary files.

% su
% rpmbuild --recompile  qgrid-x.xx.src.rpm

Make sure that the QTDIR environment is set and points to the correct basedirectory. (e.g. QTDIR=/usr/lib/qt3).

Using qgrid-x.xx.i586.rpm

Simply install it as any other rpm.


Next Previous Contents