Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit d7aaeea

Browse files
committed
Merge pull request EFForg#1942 from KommX/fedora
install-dev-dependencies should now work on Fedora 22
2 parents 264efe6 + c3cc6b0 commit d7aaeea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)