From 2e39a8543e1784415ae27df2a84f40c2b54645be Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 10 Oct 2024 15:29:45 +0200 Subject: [PATCH] Update qt6 install command line using apt --- .../build-instructions-ubuntu.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/getting-started/download-and-install/build-instructions-ubuntu.md b/content/getting-started/download-and-install/build-instructions-ubuntu.md index f6cc3f6ba..7ae564ecf 100644 --- a/content/getting-started/download-and-install/build-instructions-ubuntu.md +++ b/content/getting-started/download-and-install/build-instructions-ubuntu.md @@ -47,9 +47,19 @@ vcpkg is located in the folder ThirdParty/vcpkg. The packages to be installed is ThirdParty/vcpkg/bootstrap-vcpkg.sh -### Qt +### Qt - package manager -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. +Qt6 can be installed using the package manager for Ubuntu + + apt install qt6-base-dev qt6-base-private-dev qt6-charts-dev qt6-networkauth-dev libqt6svg6 qt6-5compat-dev + + Ubuntu 22.04 : Qt 6.2.4 + Ubuntu 24.04 : Qt 6.4.2 + +Please note that 6.4 is fully supported for build, but some install features are not supported. + +### Qt - aqtinstall +Here is a short description on how to install a custom Qt version. [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)