1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
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
|