From 19ef7d7a4878b987be164ab3ab8df70df7391c2b Mon Sep 17 00:00:00 2001 From: Ales Pergl Date: Tue, 31 Oct 2017 15:09:12 +0100 Subject: [PATCH] Added build dependency information for `arm64` --- docs/development/build-instructions-linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 79f24bf0650c..91ed6ec8b287 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -73,6 +73,13 @@ $ sudo apt-get install libc6-dev-armhf-cross linux-libc-dev-armhf-cross \ g++-arm-linux-gnueabihf ``` +Similarly for `arm64`, install the following: + +```bash +$ sudo apt-get install libc6-dev-arm64-cross linux-libc-dev-arm64-cross \ + g++-aarch64-linux-gnu +``` + And to cross-compile for `arm` or `ia32` targets, you should pass the `--target_arch` parameter to the `bootstrap.py` script: