From 60a26b9f4c17c594ae15baf50533678957869ded Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 15 Jan 2017 19:44:15 +0100 Subject: [PATCH] setup-ubuntu.sh: Remove cmake, add python3.6 --- 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 88c09b2b..3151fc28 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -5,7 +5,6 @@ PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. 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. @@ -20,6 +19,7 @@ PACKAGES="$PACKAGES libncurses5-dev" PACKAGES="$PACKAGES libtool-bin" PACKAGES="$PACKAGES lzip" PACKAGES="$PACKAGES nasm" # Used by libjpeg-turbo for x86_64. +PACKAGES="$PACKAGES python3.6" PACKAGES="$PACKAGES subversion" # Used by the netpbm build. PACKAGES="$PACKAGES tar" PACKAGES="$PACKAGES unzip" -- 2.11.0