X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/852e83abc34fc1f640fa6060e96aaed18c19d83d..edff9aa401dea4d7bb06474033d801c59974e4a4:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 657134da..2d5f6796 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -8,6 +8,7 @@ PACKAGES+=" automake" PACKAGES+=" bison" 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+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" git" # Used by the neovim build. @@ -15,6 +16,7 @@ PACKAGES+=" help2man" PACKAGES+=" intltool" # Used by qalc build. PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses. PACKAGES+=" libtool-bin" +PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" lzip" PACKAGES+=" python3.6" PACKAGES+=" tar"