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 ```