Skip to content

Commit 0b9f5f7

Browse files
committed
doc: document runtime dependencies
This documents the runtime dependencies required for proper execution. These runtime dependencies were introduced in PR17.
1 parent 8d299ff commit 0b9f5f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/qml/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,18 @@ The master branch is only guaranteed to work and build on Debian-based systems a
4141
Support for more systems will be confirmed and documented as the project matures.
4242

4343
### Dependencies
44-
Aside from the dependencies listed in [build-unix.md](../../doc/build-unix.md), Debian based systems require the following additional dependencies:
44+
Aside from the dependencies listed in [build-unix.md](../../doc/build-unix.md), Debian based systems require the following additional dependencies to compile:
4545

4646
```
4747
sudo apt install qtdeclarative5-dev qtquickcontrols2-5-dev
4848
```
4949

50+
The following runtime dependencies are also needed:
51+
52+
```
53+
sudo apt install qml-module-qtquick-controls qml-module-qtquick-dialogs
54+
```
55+
5056
No additional dependencies, besides those in [build-osx.md](../../doc/build-osx.md), are needed for macOS.
5157

5258
### Build

0 commit comments

Comments
 (0)