mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
.. | ||
android | ||
build/config | ||
raspi | ||
third_party | ||
mac_arm.gni | ||
README.md | ||
setup_arm.sh | ||
win_ARM_args.gn | ||
woa_arm.gni |
Thorium for ARM CPUs
This contains a special BUILD.gn file for making an ARM64 build of Thorium for Raspberry Pi or Windows.
Run setup.sh --help
from the root of this repo for more information. You could use the --raspi
flag for a Raspberry Pi build, or --woa
for a Windows on ARM build.
NOTE: This dir is only for Raspberry Pi and Windows On ARM. For regular Linux ARM builds, and MacOS ARM builds, you can just use the regular files in the repo.
- Windows On ARM (WoA) Builds: Use the win_ARM_args.gn file for your args.gn.
Raspberry Pi Builds
Note that ARM32 Raspberry Pi builds of Thorium are not supported.__ They should only be used on Raspi 3B, 3B+, 4, and 400 models with a 64 Bit OS. For more info, see > Here.