fireworm71 / veriumMiner

veriumMiner for solomining and pools
Other
59 stars 36 forks source link

How to compile for windows in linux? #5

Closed urdarinda closed 6 years ago

urdarinda commented 6 years ago

I have mingw64 installed in linux

fireworm71 commented 6 years ago

I believe you need to pass in --target-platform=x86_x64-..... (the mingw stuff goes there). Note you also need to cross compile OpenSSL, and the other dependencies...

I'll update the windows instructions to build on windows.

urdarinda commented 6 years ago

Cross compiling OpenSSL is a pain. I guess I'll just use the provided binary file since its updated . Thanks