From ff41085b5a839a9f76d95349a635b35ef3f69fb5 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 14 Jan 2022 17:24:39 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 79ae816..6d9dbe7 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -69,14 +69,11 @@ or `$ ./autogen.sh` - `$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl` - `$ make -j [N]` - -n is the number of threads. +N is the number of threads for the compiler to use. ### Start mining. @@ -114,9 +111,13 @@ usually c:\msys2\home\[windows user]\ or a directory of your choice. cpuminer-opt and compile. `$ ./autogen.sh` + `$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl` + `$ make -j [N]` +N is the number of compiler threads. + 6. Run cpuminer.exe directly from an MSYS2 terminal or, if step 3 was performed above, it can run in a Windows terminal on the same system.