Updated Compiling from source (markdown)

JayDDee
2023-11-17 13:51:12 -05:00
parent a13b54ba24
commit 5578981065

@@ -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.