Setup Linux Build Environment for NoLimitConnect¶
Prerequisite tools¶
sudo apt install g++ nasm uuid-dev libglu1-mesa-dev git build-essential cmake ninja-build
🛠 Qt Setup and Recommended Version¶
You can download and install the Qt SDK from:
Note:
The Community Edition may be less visible on the site and could require navigating through several pages to locate it.
Preferred Qt version: 6.9.3 (6.7.3 for Raspberry Pi only if QCreator has errors when ran)
Troubleshoot Qt Installation Issues¶
- If Qt Error Missing X11 headers:
sudo apt install libxext-dev libxfixes-dev libx11-dev - If Qt platform plugin errors:
sudo apt install libxcb-*