packet:qttermtcp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packet:qttermtcp [2024/07/22 20:31] – [Raspbian Desktop - manual installation] m0lte | packet:qttermtcp [2025/06/02 21:21] (current) – m0lte | ||
---|---|---|---|
Line 29: | Line 29: | ||
If you have a Debian-like OS, such as Ubuntu, Raspberry Pi OS, or indeed Debian itself, please consider using the repository here: https:// | If you have a Debian-like OS, such as Ubuntu, Raspberry Pi OS, or indeed Debian itself, please consider using the repository here: https:// | ||
+ | |||
+ | ==== MacOS Download ==== | ||
+ | Download [[https:// | ||
==== MacOS with Brew ==== | ==== MacOS with Brew ==== | ||
Line 40: | Line 43: | ||
This installs the QtTermTCP app as if it was a CLI app, so it must be started from the terminal. | This installs the QtTermTCP app as if it was a CLI app, so it must be started from the terminal. | ||
+ | |||
+ | ==== Ubuntu 22.04 - standard installation ==== | ||
+ | |||
+ | In almost every case, you are better off installing by following this guide than building it yourself: https:// | ||
==== Ubuntu 22.04 - manual installation ==== | ==== Ubuntu 22.04 - manual installation ==== | ||
Line 92: | Line 99: | ||
< | < | ||
# First let's install the support packages. | # First let's install the support packages. | ||
- | sudo apt-get install -y qt5-qmake qtbase5-dev libqt5serialport5-dev git | + | sudo apt-get install -y qt5-qmake qtbase5-dev libqt5serialport5-dev qtmultimedia5-dev git |
# Move to the user's home folder and create a source folder. | # Move to the user's home folder and create a source folder. | ||
Line 264: | Line 271: | ||
{{: | {{: | ||
\\ | \\ | ||
+ | |||
+ | ===== Building from source ===== | ||
+ | |||
+ | This is not necessary for most use cases, just for reference. | ||
+ | |||
+ | ==== On Windows ==== | ||
+ | |||
+ | As of 0.0.0.79 commit a5e1b1389cbd9b3718b9ae41277f90633154cf47 from < | ||
+ | |||
+ | With VS2022 on Windows 11 | ||
+ | |||
+ | Requires: | ||
+ | |||
+ | * C++ desktop development workload installed in VS Installer | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * Qt Visual Studio Tools extension (Extension Manager) | ||
+ | * [[https:// | ||
+ | |||
+ | Notes: | ||
+ | |||
+ | * Remove the hard coded path from the .sln file | ||
+ | * In the Qt VS Tools extension, add a Qt installation named " | ||
+ | * Run C: | ||
+ | |||
+ | ==== On Debian-ish Linux (including WSL) ==== | ||
+ | |||
+ | Tested on Ubuntu 24.04 | ||
+ | |||
+ | < | ||
+ | sudo apt install -y qt5-qmake qtbase5-dev libqt5serialport5-dev qtmultimedia5-dev | ||
+ | mkdir build && cd build | ||
+ | qmake .. | ||
+ | make -j4 | ||
+ | </ | ||
+ | |||
+ |
packet/qttermtcp.1721680288.txt.gz · Last modified: by m0lte