From d48ed0e17921990255cfc525ff623fa20375daf9 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 11 Jul 2022 03:43:03 -0500 Subject: [PATCH] Update README.md --- arm/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arm/README.md b/arm/README.md index aa6d681f..3c95a221 100644 --- a/arm/README.md +++ b/arm/README.md @@ -1,5 +1,6 @@ ## Thorium for ARM CPUs -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. +This contains a special [*BUILD.gn*](https://github.com/Alex313031/Thorium/blob/main/arm/config/compiler/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   -__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*. +__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 manually 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*. \ + – Note that ARM32 Raspberry Pi builds of Thorium are not supported.