From 58a2c24a50632f6ecfd5004d1652b9f83b0ffb40 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 6 Oct 2023 23:00:51 -0400 Subject: [PATCH] Updated Support for AARCH64 (markdown) --- Support-for-AARCH64.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Support-for-AARCH64.md b/Support-for-AARCH64.md index 764b650..3aa2a70 100644 --- a/Support-for-AARCH64.md +++ b/Support-for-AARCH64.md @@ -38,7 +38,8 @@ Problems can be reported through github issues, bitcointalk or by email. Open di 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: +Download the latest source code from git: + `$ git clone https://github.com/JayDDee/cpuminer-opt.git` @@ -46,6 +47,8 @@ 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`