Update README.md

This commit is contained in:
Alexander David Frick 2022-07-11 03:39:46 -05:00 committed by GitHub
parent 4228baea57
commit 73f4dbc64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@
This contains the *BUILD.gn* file for making an ARM32/ARM64 build of Thorium for Linux or Windows. Just run `setup_arm.sh` in here after running the normal `setup.sh` that's in the root of this repo.
## Raspberry Pi Builds &nbsp;<img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/Raspberry_Pi_Logo.svg" width="28">
__IMPORTANT:__ For a [Raspberry Pi](https://www.raspberrypi.org/) build (ARM64), the contents of [raspi_arm.gni](https://raw.githubusercontent.com/Alex313031/Thorium-Special/main/raspi_arm.gni) should be used in *//chromium/src/build/config/arm.gni*
__IMPORTANT:__ For a [Raspberry Pi](https://www.raspberrypi.org/) build (ARM64), the contents of [raspi_arm.gni](https://github.com/Alex313031/Thorium/blob/main/arm/raspi_arm.gni) should be copied and used in *//chromium/src/build/config/arm.gni*, AND the contents of [raspi_args.gn](https://github.com/Alex313031/Thorium/blob/main/arm/raspi_args.gn) should be used for your *args.gn*.