Skip to content

Commit

Permalink
Updating install doc for Debian-based distros
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pablomartin4btc committed Aug 24, 2023
1 parent 7b88d03 commit d8ff600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d8ff600

Please sign in to comment.