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.