Skip to content

Commit c3cc6b0

Browse files
committed
install-dev-dependencies should now work on Fedora 22
1 parent 61b9337 commit c3cc6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-dev-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ elif type brew >/dev/null ; then
1111
if ! echo $PATH | grep -ql /usr/local/bin ; then
1212
echo '/usr/local/bin not found in $PATH, please add it.'
1313
fi
14+
elif type dnf >/dev/null ; then
15+
sudo dnf install libxml2-devel python-devel libxslt-devel
1416
fi
1517

1618
# Get the addon SDK submodule and rule checker

0 commit comments

Comments
 (0)