Added build dependency information for arm64
This commit is contained in:
parent
465f9009ff
commit
19ef7d7a48
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ $ sudo apt-get install libc6-dev-armhf-cross linux-libc-dev-armhf-cross \
|
||||||
g++-arm-linux-gnueabihf
|
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
|
And to cross-compile for `arm` or `ia32` targets, you should pass the
|
||||||
`--target_arch` parameter to the `bootstrap.py` script:
|
`--target_arch` parameter to the `bootstrap.py` script:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue