From: Fredrik Fornwall Date: Tue, 8 Aug 2017 11:28:08 +0000 (+0200) Subject: setup-ubuntu.sh: Add g++-multilib X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/16c697b30e6e68d1dbdc0acabf3a70aab367cbf7 setup-ubuntu.sh: Add g++-multilib The g++-multilib package is required for nodejs-current on 32-bit arm and i686 builds. --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 89dfe3fb..7a167870 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.