Skip to content

Commit 488baca

Browse files
committed
Install libxml2-devel
Fixed: When installing on openSUSE/Tumbleweed, install.sh fails for lack of libxml2-devel #978
1 parent c01aa6f commit 488baca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

help/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ zypper -n --non-interactive --no-gpg-checks install curl
180180
zypper -n --non-interactive --no-gpg-checks install make
181181
zypper -n --non-interactive --no-gpg-checks install utf8proc-devel
182182
zypper -n --non-interactive --no-gpg-checks install pugixml-devel
183+
zypper -n --non-interactive --no-gpg-checks install libxml2-devel
183184
fi
184185
185186

0 commit comments

Comments
 (0)