Skip to content

Commit f8fdd57

Browse files
committed
[readme] Need VCPKG_FORCE_SYSTEM_BINARIES set on non-x64; add note
Resolves #3741
1 parent bf3719d commit f8fdd57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ Here's a set of steps to build the Multipass source code on Linux.
162162

163163
Please note that these instructions do not support building packages for macOS or Windows systems.
164164

165+
Note: if building on arm, s390x, ppc64le, or riscv, environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set:
166+
167+
```
168+
export VCPKG_FORCE_SYSTEM_BINARIES=1
169+
```
170+
165171
## Build dependencies
166172

167173
```

0 commit comments

Comments
 (0)