X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/60a26b9f4c17c594ae15baf50533678957869ded..5631d5a23db165d7715b80c770057b146f53a0b2:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 3151fc28..3177026b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -5,6 +5,7 @@ PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" +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.