diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 32b9d4108e..fe1d68709c 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -77,7 +77,7 @@ vcpkgCheckRepoTool() echo "On SUSE Linux and derivatives:" echo " sudo zypper install curl zip unzip tar" echo "On Arch Linux and derivatives:" - echo " sudo pacman -S curl zip unzip tar cmake ninja" + echo " sudo pacman -Syu base-devel git curl zip unzip tar cmake ninja" echo "On Alpine:" echo " apk add build-base cmake ninja zip unzip curl git" echo " (and export VCPKG_FORCE_SYSTEM_BINARIES=1)"