Skip to content

Commit 2a9ab2d

Browse files
committed
Update Manager build instructions
1 parent 9535ec0 commit 2a9ab2d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/manager/development.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ The application will probably work on other platforms, but only those targets ar
99
- [Python](https://www.python.org/)
1010
- A C++ 17 compiler for the platform
1111
- GCC for Linux
12-
- MSVC for Windows (installed with Visual Studio)
12+
- LLVM-MinGW recommended for Windows
13+
- Alternatively MSVC (installed with Visual Studio)
1314
- [Qt for Open Source Development](https://www.qt.io/download-open-source)
14-
- Qt version **6.5**
15+
- Qt version **6.8**
16+
- Choose the version for your compiler
17+
- All Additional Libraries
1518
- Qt Creator
19+
- *Windows LLVM-MinGW* can be installed from Build Tools section
1620
- *Ubuntu only*: Manually install XCB library: `sudo apt install libxcb-cursor0`
1721
- *Optional, but recommended*: Qt installs its own CMake, but you may need to install `cmake-format` manually, with `pip install cmakelang` or `apt install cmake-format`
1822

@@ -65,7 +69,7 @@ python scripts/update_mavlink.py
6569

6670
Launch Qt Creator, click "Open Project..." on the left and open the `CMakeLists.txt` file in the`marsh-manager` directory.
6771

68-
When shown the Configure window, mark a kit that starts with "Desktop Qt 6.5" and click "Configure Project" in the bottom right corner.
72+
When shown the Configure window, choose your selected compiler kit and click "Configure Project" in the bottom right corner.
6973

7074
The project can be compiled and optionally built using the buttons in the bottom left corner, or the "Build" menu on the top menu bar.
7175
This should rebuild all the necessary files, and optionally start the application and attach a debugger.

docs/manager/qt_components.png

-59 KB
Loading

0 commit comments

Comments
 (0)