From 250ddf52e4cc156f79db1d2a0cac62b6aaa814d3 Mon Sep 17 00:00:00 2001 From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de> Date: Thu, 1 Jun 2023 17:02:22 +0200 Subject: [PATCH] upd Ubuntu pkgs --- hugo/content/installation/building/unix/third-party.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hugo/content/installation/building/unix/third-party.md b/hugo/content/installation/building/unix/third-party.md index e5d127f4592..36acab12f53 100644 --- a/hugo/content/installation/building/unix/third-party.md +++ b/hugo/content/installation/building/unix/third-party.md @@ -19,7 +19,7 @@ Required software: * `python3-dev python3-pip python3-numpy python3-matplotlib` * `python3-lmfit` (optional, for some fit scripts) * `boost >= 1.65` (see note below) -* `Qt6` (required modules are listed below) +* `Qt6` From libboost, we need the library components `iostreams` and `program_options`. Internally, the CMake command to find `boost::iostreams` may add a dependence @@ -52,8 +52,7 @@ $ sudo apt-get install build-essential git cmake \ python3 python3-dev python3-numpy python3-matplotlib python3-lmfit \ libboost-dev libboost-iostreams-dev \ libboost-program-options-dev libboost-regex-dev \ - qt6-default libqt6designercomponents5 qttools5-dev \ - libqt6svg5-dev libqt6opengl5-dev + libcerf-dev qt6-base-dev ``` ### OpenSuse -- GitLab