Skip to content

Commit ad5591b

Browse files
jarolrodhebasto
authored andcommitted
doc: document runtime dependencies
This documents the runtime dependencies required for proper execution. These runtime dependencies were introduced in PR17. Github-Pull: bitcoin-core#21 Rebased-From: 28b1792
1 parent 8c1f337 commit ad5591b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/qml/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,19 @@ The master branch is only guaranteed to work and build on Debian-based systems a
3535
Support for more systems will be confirmed and documented as the project matures.
3636

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

4040
```
4141
sudo apt install qt6-declarative-dev
4242
```
4343

44+
The following runtime dependencies are also required for dynamic builds;
45+
they are not needed for static builds:
46+
47+
```
48+
sudo apt install qml6-module-qtqml-models qml6-module-qtqml-workerscript qml6-module-qtquick qml6-module-qtquick-controls qml6-module-qtquick-dialogs qml6-module-qtquick-layouts qml6-module-qtquick-templates qml6-module-qtquick-window
49+
```
50+
4451
No additional dependencies, besides those in [build-osx.md](../../doc/build-osx.md), are needed for macOS.
4552

4653
### Build

0 commit comments

Comments
 (0)