Skip to content

Commit

Permalink
Update install instructions for earlier Ubuntu versions
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, 
updating the install documentation accordingly.
  • Loading branch information
pablomartin4btc committed Aug 21, 2023
1 parent 7b88d03 commit bbd092e
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 bbd092e

Please sign in to comment.