diff --git a/download_and_compile.sh b/download_and_compile.sh index 36075ec..6a5e4f0 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -601,13 +601,15 @@ if [[ "$DOWNLOAD_PACKAGES" = "y" ]]; then fi # Minimum - PKG=(build-essential cmake git) + PKG=(build-essential git) _mandatory_pkg_alternative libcurl4-openssl-dev libcurl4-gnutls-dev # CMake if _elementIn "CMAKE" "${WHATTOBUILD[@]}"; then PKG+=(libarchive-dev libbz2-dev libexpat1-dev libjsoncpp-dev liblzma-dev libncurses5-dev procps zlib1g-dev) + else + PKG+=(cmake) fi # TerraGear