QSSTV 7.1
Installation

Step 1: Prerequisites

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

For specific instructions on installation on different distributions: have a look at the FAQ http://users.telenet.be/on4qz/faq.html

Step 2: 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)

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 qsstv_xxx_tar.gz
>cd qsstv_xxx
>qmake
>make
>sudo make install

Step 4: 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