Update build-cross-arm.md

This commit is contained in:
alexey-milovidov 2021-10-11 14:53:12 +03:00 committed by GitHub
parent 467b45f3b5
commit f2d97e3225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,10 @@ The cross-build for AARCH64 is based on the [Build instructions](../development/
## Install Clang-13
Follow the instructions from https://apt.llvm.org/ for your Ubuntu or Debian setup.
Follow the instructions from https://apt.llvm.org/ for your Ubuntu or Debian setup or do
```
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
```
## Install Cross-Compilation Toolset {#install-cross-compilation-toolset}