Updated Compiling from source (markdown)

JayDDee
2024-12-26 17:24:54 -05:00
parent ca6419825c
commit 8c9f8dbc5a

@@ -293,11 +293,3 @@ $ cpuminer.exe --help
Command options are specific to where you mine. Refer to the pool's Command options are specific to where you mine. Refer to the pool's
instructions on how to set them. 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.
cpuminer-opt-24.7 adds support for ARM CPUs running Windows 11. Use the "Building for Windows, the easy way" procedure with noted changes.