Skip to content

Commit

Permalink
Update qt6 install command line using apt
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 10, 2024
1 parent ff591e7 commit 2e39a85
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2e39a85

Please sign in to comment.