setup-ubuntu.sh: Add g++-multilib
The g++-multilib package is required for nodejs-current on 32-bit arm and i686 builds.
This commit is contained in:
parent
ab0570b276
commit
24b828afb1
@ -10,6 +10,7 @@ PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
|
|||||||
PACKAGES+=" curl" # Used for fetching sources.
|
PACKAGES+=" curl" # Used for fetching sources.
|
||||||
PACKAGES+=" ed" # Used by bc
|
PACKAGES+=" ed" # Used by bc
|
||||||
PACKAGES+=" flex"
|
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+=" gettext" # Provides 'msgfmt' which the apt build uses.
|
||||||
PACKAGES+=" git" # Used by the neovim build.
|
PACKAGES+=" git" # Used by the neovim build.
|
||||||
PACKAGES+=" gperf" # Used by the fontconfig build.
|
PACKAGES+=" gperf" # Used by the fontconfig build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user