diff --git a/Compiling-from-source.md b/Compiling-from-source.md index c60875b..3c2ad3e 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -337,4 +337,9 @@ $ cpuminer.exe --help Command options are specific to where you mine. Refer to the pool's instructions on how to set them. +# Building on ARM +Linux is currently supported. MacOS & Windows can use a Linux VM, host must be a compatible ARM CPU with AArch64. Use the Linux build procedure with the following modifications: + +Add `-flax-vector-conversions` to CFLAGS, or use `./arm-build.sh`. +AES and SHA2 will automatically be compiled if the CPU supports them or they can be selected manually. See armbuild-all.sh for examples.