From b39ad7250026e5f518d092299befb66c263a5c9e Mon Sep 17 00:00:00 2001 From: pablomartin4btc <110166421+pablomartin4btc@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:04:06 -0300 Subject: [PATCH] Updating install doc for Debian-based distros On earlier versions of Ubuntu 21.04 some libraries (e.g.: Qt5QmlModels) won't be deployed even requesting their installation, it requires to build the dependencies, this could also happen with other Debian-based distros so we need to update the install documentation accordingly. --- src/qml/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qml/README.md b/src/qml/README.md index cd2f7d2e71..eeb303e0b0 100644 --- a/src/qml/README.md +++ b/src/qml/README.md @@ -76,6 +76,9 @@ they are not needed for static builds: ``` sudo apt install qml-module-qtquick2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qt-labs-settings ``` +##### Important: + +If you're unable to install the dependencies through your system's package manager, you can instead perform a [depends build](https://github.com/bitcoin-core/gui-qml/blob/main/depends/README.md). #### Fedora: