From 81d6f9dc0a2cdf7b1b8dcf3a260973c664e8daf9 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 12 Sep 2018 07:07:49 +0200 Subject: [PATCH] setup-ubuntu.sh: Install g++-multilib Needed by nodejs when building for 32-bit arches. --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9ab91c396..6230905bf 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -8,7 +8,7 @@ PACKAGES+=" bison" PACKAGES+=" curl" # Used for fetching sources. PACKAGES+=" ed" # Used by bc PACKAGES+=" flex" -PACKAGES+=" gcc-multilib" # Used by pforth build for 32-bit arches. +PACKAGES+=" g++-multilib" # Used by nodejs build for 32-bit arches. PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" g++" PACKAGES+=" git" # Used by the neovim build.