X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ee6a231c325851a19562502a83c4ed8ac9b0f3be..601e514efbb153ea30a8415c975fd2dc392ea431:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 89dfe3fb..5c1b0f72 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -10,6 +10,7 @@ PACKAGES+=" clang" # Used by golang, useful to have same compiler building. PACKAGES+=" curl" # Used for fetching sources. PACKAGES+=" ed" # Used by bc PACKAGES+=" flex" +PACKAGES+=" g++-multilib" # For building nodejs-current mkpeephole for 32-bit arm and i686. PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" git" # Used by the neovim build. PACKAGES+=" gperf" # Used by the fontconfig build. @@ -33,6 +34,8 @@ PACKAGES+=" scons" PACKAGES+=" texinfo" PACKAGES+=" xmlto" PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses. +PACKAGES+=" libexpat1-dev" # Needed by ghostscript +PACKAGES+=" libjpeg-dev" # Needed by ghostscript DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES