packet:qttermtcp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| packet:qttermtcp [2025/06/02 20:36] – [NOTE: the following instructions work exactly the same for Ubuntu 22.04] m0lte | packet:qttermtcp [2026/01/26 12:07] (current) – Update linux guide build links alexswl | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| ==== Ubuntu 22.04 - standard installation ==== | ==== Ubuntu 22.04 - standard installation ==== | ||
| - | In almost every case, you are better off installing by following this guide than building it yourself: https:// | + | 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 90: | Line 90: | ||
| ==== Raspbian Desktop - standard installation ==== | ==== Raspbian Desktop - standard installation ==== | ||
| - | In almost every case, you are better off installing by following this guide than building it yourself: https:// | + | In almost every case, you are better off installing by following this guide than building it yourself: https:// |
| ==== Raspbian Desktop - manual installation ==== | ==== Raspbian Desktop - manual installation ==== | ||
| Line 271: | 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.1748896586.txt.gz · Last modified: by m0lte
