Skip to content

Commit 1bf0c6b

Browse files
authored
Merge pull request #320 from luiscvega/main
fix: include libxml2-utils to debian dependencies
2 parents 87215b6 + e01ffd6 commit 1bf0c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/build.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sudo pacman -S gtk4 libadwaita blueprint-compiler gettext
115115
#### Debian and Ubuntu
116116

117117
```sh
118-
sudo apt install libgtk-4-dev libadwaita-1-dev git blueprint-compiler gettext
118+
sudo apt install libgtk-4-dev libadwaita-1-dev git blueprint-compiler gettext libxml2-utils
119119
```
120120

121121
On Debian unstable/testing, the `gcc-multilib` package is also required

0 commit comments

Comments
 (0)