From ccecc964bbdc9ca114ebeda358fc8b90a16c0dac Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 2 Feb 2025 02:39:46 +0900 Subject: [PATCH] docs: update linux qt package requirement see: https://github.com/PrismLauncher/PrismLauncher/issues/2788 --- src/wiki/development/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiki/development/build-instructions/linux.md b/src/wiki/development/build-instructions/linux.md index fca48f7ee..f7a23d9ae 100644 --- a/src/wiki/development/build-instructions/linux.md +++ b/src/wiki/development/build-instructions/linux.md @@ -28,7 +28,7 @@ Getting the project to build and run on Linux is easy if you use any modern and ### Build dependencies - A C++ compiler capable of building C++17 code. -- Qt Development tools 6.0 or newer (`qt6-base-dev qtchooser qt6-base-dev-tools libqt6core6 libqt6core5compat6-dev libqt6network6` on Debian (testing/unstable) based systems). +- Qt Development tools 6.0 or newer (`qt6-base-dev qtchooser qt6-base-dev-tools libqt6core6 libqt6core5compat6-dev libqt6network6 qt6-networkauth-dev` on Debian (testing/unstable) based systems). - Alternatively, you can also use Qt 5.12 or newer (`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5 libqt5networkauth5-dev` on Debian-based systems), if you prefer it. - cmake 3.15 or newer (`cmake` on Debian-based system) - ninja (`ninja-build` on Debian-based systems)