Browse Source

ubuntu-setup.sh: Add curl

Curl is used to download source files. Fixes #8.
android-5
Fredrik Fornwall 9 years ago
parent
commit
6ee1d717a5
  1. 1
      ubuntu-setup.sh

1
ubuntu-setup.sh

@ -5,6 +5,7 @@ PACKAGES="$PACKAGES asciidoc"
PACKAGES="$PACKAGES automake"
PACKAGES="$PACKAGES bison"
PACKAGES="$PACKAGES cmake"
PACKAGES="$PACKAGES curl" # Used for fetching sources
PACKAGES="$PACKAGES flex"
PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses
PACKAGES="$PACKAGES help2man"

Loading…
Cancel
Save