From d8ff600c71c7397057f971383694f511418321fb 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 e5904a5fd2..8fe61c3b42 100644 --- a/src/qml/README.md +++ b/src/qml/README.md @@ -77,6 +77,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: + +In cases where the necessary dependencies cannot be installed directly on your system, you can resort to performing a `depends build`, ensuring compatibility across different distributions. Detailed instructions can be found in the [dependencies guide](https://github.com/bitcoin-core/gui-qml/blob/main/depends/README.md). #### Fedora: