Skip to content

3. QSSTV Build Install From Command Line

Dave edited this page Jun 5, 2023 · 1 revision

Download the QSSTV software (clone it from Git, download a copy etc)

Building the QSSTV code

To build the qsstv code execute the following commands

  • cd {parent folder of qsstv software}
  • mkdir src/build
  • cd src/build
  • ../qmake
  • make -j2 ==> (the number after the letter 'j' indicates the number of cores to use to build the code)

If the code compiles correctly, you should now have the qsstv executable in the build directory which can be run using

  • ./qsstv

Installing the QSSTV

To install the qsstv code on your machine

  • sudo make install