From f8fdd57d40950faf5794388cf25382a0d3c550cc Mon Sep 17 00:00:00 2001 From: Jason Erb Date: Thu, 17 Oct 2024 16:49:29 -0400 Subject: [PATCH] [readme] Need VCPKG_FORCE_SYSTEM_BINARIES set on non-x64; add note Resolves #3741 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 28f5a47230..e350ddb0fc 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,12 @@ Here's a set of steps to build the Multipass source code on Linux. Please note that these instructions do not support building packages for macOS or Windows systems. +Note: if building on arm, s390x, ppc64le, or riscv, environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set: + +``` +export VCPKG_FORCE_SYSTEM_BINARIES=1 +``` + ## Build dependencies ```