Updated Support for AARCH64 (markdown)

JayDDee
2023-10-06 23:00:51 -04:00
parent d87072777a
commit 58a2c24a50

@@ -40,12 +40,15 @@ https://bitcointalk.org/index.php?topic=5226770.0
Successful compilation is the first step. The recommended procedure is to folllow thw Linux build instructions for installing dependencies.
Download the latest source code from git:
`$ git clone https://github.com/JayDDee/cpuminer-opt.git`
or
`$ wget https://github.com/JayDDee/cpuminer-opt/archive/refs/heads/master.zip`
Unzip if necessary and compile
`$ ./autogen.sh`
`$ CFLAGS="-O2 -march=native -Wall -flax-vector-conversions" ./configure --with-curl`