mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Compiling from source (markdown)
@@ -69,14 +69,11 @@ or
|
|||||||
|
|
||||||
`$ ./autogen.sh`
|
`$ ./autogen.sh`
|
||||||
|
|
||||||
|
|
||||||
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
||||||
|
|
||||||
|
|
||||||
`$ make -j [N]`
|
`$ make -j [N]`
|
||||||
|
|
||||||
|
N is the number of threads for the compiler to use.
|
||||||
n is the number of threads.
|
|
||||||
|
|
||||||
### Start mining.
|
### Start mining.
|
||||||
|
|
||||||
@@ -114,9 +111,13 @@ usually c:\msys2\home\[windows user]\ or a directory of your choice.
|
|||||||
cpuminer-opt and compile.
|
cpuminer-opt and compile.
|
||||||
|
|
||||||
`$ ./autogen.sh`
|
`$ ./autogen.sh`
|
||||||
|
|
||||||
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl`
|
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl`
|
||||||
|
|
||||||
`$ make -j [N]`
|
`$ 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,
|
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.
|
it can run in a Windows terminal on the same system.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user