mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Compiling from source (markdown)
@@ -71,7 +71,7 @@ or
|
||||
|
||||
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
||||
|
||||
`$ make -j n`
|
||||
`$ make -j [N]`
|
||||
|
||||
|
||||
n is the number of threads.
|
||||
@@ -111,7 +111,9 @@ usually c:\msys2\home\[windows user]\ or a directory of your choice.
|
||||
5. Open "MSYS2 MinGW-w64" from the Windows start menu, change directories to the downloaded
|
||||
cpuminer-opt and compile.
|
||||
|
||||
`$ ./build.sh`
|
||||
`$ ./autogen.sh`
|
||||
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl`
|
||||
`$ make -j [N]`
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user