NebulousLabs / Sia-GPU-Miner

A GPU Miner for Sia
MIT License
151 stars 79 forks source link

Miner code does not compile on Windows #16

Closed JoshVorick closed 9 years ago

JoshVorick commented 9 years ago

Windows has no getopt.h, so the miner code won't compile on Windows. This could be fixed by only allowing CLI options on Linux or by writing our own implementation of getopt. Thoughts?

Karasur commented 9 years ago

Try XGetopt.

DavidVorick commented 9 years ago

still a problem?