From ca30bd0a519c94013fcb6a844f0ca368ae1ed9ae Mon Sep 17 00:00:00 2001 From: JayDDee Date: Tue, 7 Jan 2025 01:55:38 -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 c84aafb..373a180 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -118,10 +118,10 @@ cpuminer-opt can now be compiled on MacOS x86_64 using GCC. See Compiling cpumin # Compiling cpuminer-opt -At this point it's assumed the appropriate development environment has been setup for the target operating system and a terminal is open and ready to compile. +At this point it's assumed the appropriate development environment has been setup for the target operating system and CPU architecture and a command line terminal is open and ready to compile. Download cpuminer-opt only from the official JayDDee github repository: https://github.com/JayDDee/cpuminer-opt/ -Download the source code for latest release or clone the repository. Do not download zip source files because file attribute are not maintained by zip. Dowload with a browser or use wget (if installed) from the command line terminal. +Download the source code for latest release or clone the repository. Do not download zip source files because file attributes are not preserved by zip. Download with a browser or use wget (if installed) from the command line terminal. `$ wget https://github.com/JayDDee/cpuminer-opt/archive/refs/tags/vX.Y.tar.gz`