chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5d0d4b0
)
setup-ubuntu.sh: Add g++-multilib
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 8 Aug 2017 11:28:08 +0000
(13:28 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 8 Aug 2017 11:28:08 +0000
(13:28 +0200)
The g++-multilib package is required for nodejs-current on 32-bit
arm and i686 builds.
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 89dfe3fb6cdcb9dd32a00088f2e6b3325f03cf4e..7a1678700f4c50fbd69e0318deb304d120c2bae8 100755
(executable)
--- 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.