diff --git a/Support-for-AArch64.md b/Support-for-AArch64.md index 716a639..e4e3633 100644 --- a/Support-for-AArch64.md +++ b/Support-for-AArch64.md @@ -22,7 +22,12 @@ Development environment: * Ubuntu Mate 22.04 Raspberry Pi image * GCC-11.4 -Follow normal Linux build procedure but add "-flax-vector-conversions" to CFLAGS. The compiler will remind you if you forget. +Compile with: + +`$ ./arm-build-sh` + +The only change from build.sh is the addition of "-flax-vector-conversions" to CFLAGS. The compiler will remind you if you forget. +Specific achitectures and features can be compiled using examples in armbuild-all.sh. The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES or SHA2 or both.