Merge pull request #5802 from sjackman/docs-arm64

docs/Linuxbrew: Best-effort support for ARM64 (AArch64)
This commit is contained in:
Shaun Jackman 2019-02-26 10:08:25 -08:00 committed by GitHub
commit 4dc412e2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,9 +61,9 @@ sudo apt-get install build-essential curl file git
sudo yum groupinstall 'Development Tools' && sudo yum install curl file git sudo yum groupinstall 'Development Tools' && sudo yum install curl file git
``` ```
### Raspberry Pi ### ARM
Linuxbrew can run on Raspberry Pi (32-bit ARM), but no binary packages (bottles) are available. Support for Raspberry Pi is on a best-effort basis. Pull requests are welcome to improve the experience on Raspberry Pi. Linuxbrew can run on 32-bit ARM (Raspberry Pi and others) and 64-bit ARM (AArch64), but no binary packages (bottles) are available. Support for ARM is on a best-effort basis. Pull requests are welcome to improve the experience on ARM platforms.
### 32-bit x86 ### 32-bit x86