From e383f75a8f69b95f56ab36d4f2b31f0b9bda1d1b Mon Sep 17 00:00:00 2001 From: Sandy Date: Mon, 21 Mar 2022 13:16:56 -0400 Subject: [PATCH] Add help for Arch linux derivates to bootstrap (#23676) --- scripts/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 5d40880154..6877dc11c6 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -76,6 +76,8 @@ vcpkgCheckRepoTool() echo " sudo yum install curl zip unzip tar" 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 "On Alpine:" echo " apk add build-base cmake ninja zip unzip curl git" echo " (and export VCPKG_FORCE_SYSTEM_BINARIES=1)"