Updated Compiling from source (markdown)

JayDDee
2022-01-14 17:24:39 -05:00
parent 658d292d01
commit ff41085b5a

@@ -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.