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 Sep 8, 2023
1 parent abd3ba1 commit d02a23c
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 @@ -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](../../depends/README.md).

#### Fedora:

Expand Down

0 comments on commit d02a23c

Please sign in to comment.