https://bugs.kde.org/show_bug.cgi?id=479266
--- Comment #18 from caulier.gil...@gmail.com --- Joerg, On my github account, you will found a repo dedicated to compile and install Qt6 and KF6 for digiKam. All is installed to /opt/qt6. Nothing is installed on your system. https://github.com/cgilles/digikam-install-deps In config.sh, the script is configured to use /mnt/data to host donwload and compilation files. This requires large space to work, as QtWebEngine is a monster. After installation the space used by the binary is lower of course. The compilation of QtWebEngine is problematic: it take time and a lots of memory. If you use a VM, set 8Gb of RAM and 4 cores. It's enough, else Chromium code will fill all the memory + swap, and compilation will be broken. Google rules to compile Chromium is not optimized so far: a lots of objects are compiled at the same time and the linking stage fill the memory. Later, when Qt6.6.1 and current KF6 frameworks from master are installed, you can configure and compile digiKam for Qt6 using the bootstrap.sh. You just need to turn on the right option to use Qt6 instead Qt5. I run the script since 2 hours on my Arm64 VM (Kubuntu 23.10) and compilation is running under QtWebEngine. It's expected to be completed in 30 minutes. Gilles -- You are receiving this mail because: You are watching all bug changes.