diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 06acad8..0c56b93 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -293,11 +293,3 @@ $ 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. - -cpuminer-opt-24.7 adds support for ARM CPUs running Windows 11. Use the "Building for Windows, the easy way" procedure with noted changes. \ No newline at end of file