Skip to content

Commit 2e39a85

Browse files
committed
Update qt6 install command line using apt
1 parent ff591e7 commit 2e39a85

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

content/getting-started/download-and-install/build-instructions-ubuntu.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,19 @@ vcpkg is located in the folder ThirdParty/vcpkg. The packages to be installed is
4747

4848
ThirdParty/vcpkg/bootstrap-vcpkg.sh
4949

50-
### Qt
50+
### Qt - package manager
5151

52-
The version of Qt ResInsight depends on is probably not available as a package for the Linux distribution you are working with. Here is a short description on how to install a custom Qt version.
52+
Qt6 can be installed using the package manager for Ubuntu
53+
54+
apt install qt6-base-dev qt6-base-private-dev qt6-charts-dev qt6-networkauth-dev libqt6svg6 qt6-5compat-dev
55+
56+
Ubuntu 22.04 : Qt 6.2.4
57+
Ubuntu 24.04 : Qt 6.4.2
58+
59+
Please note that 6.4 is fully supported for build, but some install features are not supported.
60+
61+
### Qt - aqtinstall
62+
Here is a short description on how to install a custom Qt version.
5363

5464
[aqtinstall](https://github.com/miurahr/aqtinstall) is a Python tool used to install precompiled versions of Qt. Other ways to install Qt is described [official Qt documentation](https://www.qt.io/download-qt-installer-oss)
5565

0 commit comments

Comments
 (0)