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/12/27 11:07] – added download for MacOS QTTermTCP mm7shx | packet:qttermtcp [2025/06/02 21:21] (current) – m0lte | ||
|---|---|---|---|
| Line 99: | 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 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.1735297651.txt.gz · Last modified: by mm7shx
