Skip to content

Commit d02a23c

Browse files
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.
1 parent abd3ba1 commit d02a23c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qml/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ they are not needed for static builds:
7676
```
7777
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
7878
```
79+
##### Important:
80+
81+
If you're unable to install the dependencies through your system's package manager, you can instead perform a [depends build](../../depends/README.md).
7982

8083
#### Fedora:
8184

0 commit comments

Comments
 (0)