Before you can compile QSSTV make sure that you have installed the following software
- g++
- libfftw3-dev
- qt4-qmake
- libqt4-dev
- hamlib-dev
- libasound2-dev

On Ubuntu you can type:
sudo apt-get install g++ libfftw3-dev qt4-qmake libqt4-dev
sudo apt-get install hamlib-dev libasound2-dev

Getting the software

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

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

>cd /home/myhome/Downloads
>tar -xvzf qsstv_xxx_tar.gz
>cd qsstv_xxx
>qmake
>make
>sudo make install

Run QSSTV
You can now run the program by typing qsstv at the prompt of a terminal Session, or make a shortcut on your desktop.
>qsstv
