You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documents the runtime dependencies required for proper execution. These runtime dependencies were introduced in PR17.
Github-Pull: bitcoin-core#21
Rebased-From: 28b1792
Copy file name to clipboardExpand all lines: src/qml/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,19 @@ The master branch is only guaranteed to work and build on Debian-based systems a
35
35
Support for more systems will be confirmed and documented as the project matures.
36
36
37
37
### 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:
39
39
40
40
```
41
41
sudo apt install qt6-declarative-dev
42
42
```
43
43
44
+
The following runtime dependencies are also required for dynamic builds;
0 commit comments