Skip to content

Commit 9c60a2a

Browse files
docs: add missing dependency to build instructions
Signed-off-by: Lenny McLennington <[email protected]>
1 parent b84cbbb commit 9c60a2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wiki/development/build-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Getting the project to build and run on Linux is easy if you use any modern and
3333
### Build dependencies
3434

3535
- A C++ compiler capable of building C++17 code.
36-
- Qt Development tools 5.12 or newer (`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5` on Debian-based systems)
37-
- Alternatively you can also use Qt 6.0 or newer (`qt6-base-dev qtchooser qt6-base-dev-tools libqt6core6 libqt6core5compat6-dev libqt6network6` on Debian (testing/unstable) based systems), if you prefer it.
36+
- Qt Development tools 5.12 or newer (`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5 libqt5charts5-dev` on Debian-based systems)
37+
- Alternatively you can also use Qt 6.0 or newer (`qt6-base-dev qtchooser qt6-base-dev-tools libqt6core6 libqt6core5compat6-dev libqt6network6 libqt6charts6-dev` on Debian (testing/unstable) based systems), if you prefer it.
3838
- cmake 3.15 or newer (`cmake` on Debian-based system)
3939
- extra-cmake-modules (`extra-cmake-modules` on Debian-based system)
4040
- zlib (`zlib1g-dev` on Debian-based system)
@@ -172,9 +172,9 @@ We recommend using a build workflow based on MSYS2, as it's the easiest way to g
172172
- We recommend building using the 32-bit distribution of MSYS2, as the 64-bit distribution is known to cause problems with PolyMC.
173173

174174
2. Install helpers: Run `pacman -Syu pactoys git` in the MSYS2 shell.
175-
3. Install all build dependencies using `pacboy`: Run `pacboy -S toolchain:p cmake:p ninja:p qt6-base:p qt6-5compat:p qt6-svg:p qt6-imageformats:p quazip-qt6:p extra-cmake-modules:p`.
175+
3. Install all build dependencies using `pacboy`: Run `pacboy -S toolchain:p cmake:p ninja:p qt6-base:p qt6-5compat:p qt6-svg:p qt6-imageformats:p qt6-charts:p quazip-qt6:p extra-cmake-modules:p`.
176176

177-
- Alternatively you can use Qt 5 (for older Windows versions), by running the following command instead: `pacboy -S toolchain:p cmake:p ninja:p qt5-base:p qt5-svg:p qt5-imageformats:p quazip-qt5:p extra-cmake-modules:p`
177+
- Alternatively you can use Qt 5 (for older Windows versions), by running the following command instead: `pacboy -S toolchain:p cmake:p ninja:p qt5-base:p qt5-svg:p qt5-imageformats:p qt5-charts:p quazip-qt5:p extra-cmake-modules:p`
178178
- This might take a while, as it will install Qt and all the build tools required.
179179

180180
### Compile from command line on Windows

0 commit comments

Comments
 (0)