We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b9337 commit c3cc6b0Copy full SHA for c3cc6b0
install-dev-dependencies.sh
@@ -11,6 +11,8 @@ elif type brew >/dev/null ; then
11
if ! echo $PATH | grep -ql /usr/local/bin ; then
12
echo '/usr/local/bin not found in $PATH, please add it.'
13
fi
14
+elif type dnf >/dev/null ; then
15
+ sudo dnf install libxml2-devel python-devel libxslt-devel
16
17
18
# Get the addon SDK submodule and rule checker
0 commit comments