diff options
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index fd7aacd6b7..47b64f906c 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -139,18 +139,18 @@ variable to `aarch64-unknown-linux-gnu`: TARGETS="aarch64-unknown-linux-gnu" ./build.sh ``` -## Notes on building on ARM64 hosts +## Notes on building on ARM64 Linux hosts Due to inability to build the management interface proto files on ARM64 (see [this](https://github.com/grpc/grpc-node/issues/1497) issue), building on ARM64 must be done in 2 stages: -1. Build management interface proto files on a non-ARM64 platform +1. Build management interface proto files on another platform than arm64 Linux 2. Use the built proto files during the main build by setting the `MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` environment variable to the path the proto files -To build the management interface proto files there is a script (execute it on a non-ARM64 -platform): +To build the management interface proto files there is a script (execute it on another platform than +ARM64 Linux): ```bash cd gui/scripts |
