dogecoin-miner-rust icon indicating copy to clipboard operation
dogecoin-miner-rust copied to clipboard

Test build on Windows

Open rllola opened this issue 2 years ago • 1 comments

See https://github.com/rllola/dogecoin-miner-rust/issues/5

The dependency to rust-scrypt make it a little bit more difficult to build it seems. We should have a CI running to test the consistency of it.

rllola avatar Nov 01 '21 15:11 rllola

After attempting to build for windows, it looks like the scrypt code required some lib not available on windows.

See https://github.com/rllola/rust-scrypt

In another repo it looks like they just added the windows missing file (https://github.com/barrysteyn/node-scrypt/tree/master/scrypt/win). It could be worth exploring.

rllola avatar Jan 30 '22 11:01 rllola