QGrid  3.0
Installation

Requirements

Step 1: Prerequisites

Before you can compile QSSTV make sure that you have installed the following software

  • qt4-qmake
  • libqt4-dev
  • g++

On Ubuntu you can type:

sudo apt-get install qt4-qmake libqt4-dev g++

Step 2: Getting the software

The latest versions of QGrid is always available at http://users.telenet.be/on4qz Download the latest tar file to a local directory (e.g. /home/myhome/Downloads)

Step 3: Compile and Install the software

Go to the directory you've choosen and extract the tar file.

>cd /home/myhome/Downloads
>tar -xvzf qgrid_xxx_tar.gz
>cd qgrid_xxx
>qmake
>make
>sudo make install

Step 4: Run QGrid

You can now run the program by typing qgrid at the prompt of a terminal session, or make a shortcut on your desktop.

>qgrid