Browse Source

Add ed package for bc (#1032)

android-5
Wetitpig 8 years ago
committed by Fredrik Fornwall
parent
commit
eb5f02a8ce
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -8,6 +8,7 @@ PACKAGES+=" automake"
PACKAGES+=" bison" PACKAGES+=" bison"
PACKAGES+=" clang" # Used by golang, useful to have same compiler building. 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+=" flex" PACKAGES+=" flex"
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.

Loading…
Cancel
Save