By continuing your navigation on this site, you accept the use of cookies to offer you contents and adapted services. Legal Notice.

QSSTV installation

The last versions of QSSTV (9.1.x) are not available in the official repository. We have to compile the software in order to benefit the last functionalities. This tutorial explain how to compile the program and create a shortcut on the desktop and the start menu. However, you can use the old version from the official repository if you wants.
 

barre-separation.jpg

1) Right click on the desktop and select "Open in a terminal" in the menu.

00.png

2) Enter the following command to install the first needed components to compile the program :

sudo apt-get -y install g++ libfftw3-dev qt5-default libpulse-dev

01.png


3) Linux will install all the needed packages and dependencies.

02.png


4) To continue, enter the following command to install the last needed components :

sudo apt-get -y install hamlib-dev libasound-dev libv4l-dev

03.png


5) One more time Linux will install the needed packages. After that, you can close the terminal Window.

04.png


6) G to the QSSTV Website via the Links area and dowload the software.

07.png


7) Go to the "Software / Download" section and get the "Open JPEG.tar.gz" archive which contains the Open JPEG libraries for 32 and 64 bits architecture.

08.png


8) Go to the place where both software have been saved.

09.png


9) Right click on the "qsstv_9.1.x" archive (9.1.4 in this example) and select "Extract here" in the menu.

10.png


10) You will get a folder named "qsstv_9.1.x" beside the archive.

11.png


11) Repeat the operation for the "Open JPEG.tar.gz" archive.

12.png


12) You should get a folder named "Open JPEG".


13.png


13) Go back to the "Software / Download" menu and download the archive "Linux-HAM-Icons.tar.gz".

14.png


14) Right click beside the downloaded archive and select "Open in a terminal" in the menu.

15.png


15) Enter the following command to extract the icons and press "Enter" :

sudo tar xvf Linux-HAM-Icons.tar.gz -C /usr/share/icons

16.png


16) Once the extraction done, you can close the terminal window.

17.png


17) Next, open the folder "Open JPEG" then enter in the directory "32" or "64" according to your OS architecture.

18.png


18) You should find two "deb" packages which have to be installed in a particular order. To save time and avoid making a mistake with the installation order, we will use the terminal. Right click beside the files and select "Open in a terminal" in the menu.

19.png


19) Enter the command sudo dpkg -i *.deb to start the installation then press "Enter".

20.png

 

20) Once the installation is done, you can close the terminal window.

21.png


21) Open the "qsstv_9.1.x" folder.

22.png


22) Once again, right click beside the files and select "Open in a terminal".

23.png


23) Enter the command qmake then press "Enter".

24.png


24) Enter the command make and press "Enter" to launch the compilation.

26.png


25) Be patient since this step is the longest of the entire process. Once the work is finished, we just have to install the software.

27.png


26) Enter the command sudo make install then press "Enter".

28.png


27) Once the installation is done you can close the window.

29.png


28) Right click on the desktop and select "Create a new launcher" in the menu.

30.png

 

29) In the "Name" field, type "QSSTV" and in the "Command" field, enter "qsstv" in lowercase. Then click on the icon to the left to change the shortcut picture.

31.png
 

30) Use the file selector to go to the root of you hard disk then open successively the folder "usr", "share" and "icons". Click on the "qsstv.png" file then press the "Validate" button.

32.png
 

31) Once the icon selected, click on the "Validate" button to put the shortcut on the desktop.

33.png
 

32) An alert ask you whether you want to create a shortcut in the start menu or not. This could be useful in case you delete the desktop shortcut. I suggest you to answer "Yes".

34.png
 

33) Click on the desktop icon to start the program.

35.png
 

34) While loading, you should see the picture below.

36.png
 

35) Welcome to QSSTV version 9.1.x !

37.png