Skip to content

Commit

Permalink
Merge pull request #702 from scarf005/docs/update-linux-qt-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TayouVR authored Feb 1, 2025
2 parents 71b480a + ccecc96 commit 0bfece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiki/development/build-instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bfece0

Please sign in to comment.