From cbd2aeea32481063a1b921c54175269afe5201b5 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Tue, 7 Jan 2025 01:22:13 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 6e27f07..230f344 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -86,13 +86,13 @@ Install Homebrew from https://brew.sh/. Use Homebrew to install missing packages Homebrew may compile some packages from source which can take a long time. -####ARM64: +#### ARM64: `% brew install aarch64-elf-binutils autoconf automake ca-certificates gettext gmp isl jansson libmpc libunistring lz4 m4 mpfr pcre2 zstd` cpuminer-opt can now be compiled on MacOS ARM64 with the default Clang compiler. See Compiling cpuminer-opt below. -####x86_64: +#### x86_64: x86_64 CPUs must be compiled using GCC.