Browse Source

Update setup-ubuntu.sh

android-5
Stephen 7 years ago
committed by Fredrik Fornwall
parent
commit
efb305ba9b
  1. 2
      scripts/setup-ubuntu.sh

2
scripts/setup-ubuntu.sh

@ -35,7 +35,7 @@ PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" libexpat1-dev" # Needed by ghostscript
PACKAGES+=" libjpeg-dev" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by apr-util
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES

Loading…
Cancel
Save