You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/getting-started/download-and-install/build-instructions-ubuntu.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,19 @@ vcpkg is located in the folder ThirdParty/vcpkg. The packages to be installed is
47
47
48
48
ThirdParty/vcpkg/bootstrap-vcpkg.sh
49
49
50
-
### Qt
50
+
### Qt - package manager
51
51
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
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.
53
63
54
64
[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)
0 commit comments