packet:qttermtcp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| packet:qttermtcp [2025/06/02 20:36] – [NOTE: the following instructions work exactly the same for Ubuntu 22.04] m0lte | packet:qttermtcp [2025/06/02 21:21] (current) – m0lte | ||
|---|---|---|---|
| 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
