Updated Compiling from source (markdown)

JayDDee
2022-01-20 23:16:32 -05:00
parent af47ce83cf
commit c3cdce5928

@@ -156,9 +156,15 @@ Wget will download specific release X.Y.Z.
N is the number of compiler threads.
Run cpuminer.exe directly in an MSYS2 terminal or, if step 3 was performed above,
it can run in a Windows terminal on the same system. It can also be copied or moved to a more convenient
location. It can't be run on another system.
Run cpuminer.exe directly in an MSYS2 terminal.
`$ ./cpuminer.exe -a algo -o url -u username -p password`
Or, if step 3 was performed above, it can run in a Windows terminal on the same system. It can also be copied
or moved to a more convenient location.
`> cpuminer.exe -a algo -o url -u username -p password`
## Building for Windows, the hard way