X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0dc712fa46d5e72450b46c8652df87790246ff03..02baa030aa6273c97592f6790499f8892cb59223:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 88c09b2b..3177026b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -5,7 +5,7 @@ PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" -PACKAGES="$PACKAGES cmake" +PACKAGES="$PACKAGES clang" # Used by golang, useful to have same compiler building. PACKAGES="$PACKAGES curl" # Used for fetching sources. PACKAGES="$PACKAGES flex" PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses. @@ -20,6 +20,7 @@ PACKAGES="$PACKAGES libncurses5-dev" PACKAGES="$PACKAGES libtool-bin" PACKAGES="$PACKAGES lzip" PACKAGES="$PACKAGES nasm" # Used by libjpeg-turbo for x86_64. +PACKAGES="$PACKAGES python3.6" PACKAGES="$PACKAGES subversion" # Used by the netpbm build. PACKAGES="$PACKAGES tar" PACKAGES="$PACKAGES unzip"