Skip to content

Commit fbc2198

Browse files
committed
Add more dependencies.
1 parent fac0346 commit fbc2198

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install-dev-dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# HTTPS Everywhere
44
set -o errexit -o xtrace
55
if type apt-get >/dev/null ; then
6-
sudo apt-get install libxml2-dev libxslt1-dev python-dev \
6+
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
77
firefox chromium-browser zip sqlite3
88
elif type brew >/dev/null ; then
99
brew install python libxml2 gnu-sed
@@ -12,6 +12,9 @@ elif type brew >/dev/null ; then
1212
fi
1313
fi
1414
pip install --user -r requirements.txt
15+
# Get the addon SDK submodule
16+
git submodule init
17+
git submodule update
1518

1619
# Install a hook to run tests before pushing.
1720
ln -sf ../../test.sh .git/hooks/pre-push

0 commit comments

Comments
 (0)