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