mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Add help for Arch linux derivates to bootstrap (#23676)
This commit is contained in:
parent
04ec3b4383
commit
e383f75a8f
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user