waywardgeek / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
723 stars 99 forks source link

Updated to build in Windows properly, with binary pipe capability #86

Closed MartyMacGyver closed 5 years ago

MartyMacGyver commented 5 years ago

These changes should NOT affect other (non-Windows) targets

I used https://github.com/jj1bdx/infnoise-windows as a reference point for getting this working (and for the idea to not directly include FTDI source files here but instead direct the user to install them).

Closes #59 as well

MartyMacGyver commented 5 years ago

I see this parent https://github.com/waywardgeek/infnoise and the fork https://github.com/13-37-org/infnoise are out of sync, with 13-37 ahead of this by several commits (which this would also bring in).

Before this gets merged then, what's the plan to resolve that? I'm happy to rebase to whichever, but I'd think it ought to go into only one (and the other could be merged even from there).

manuel-domke commented 5 years ago

I'll take care of it! Thanks for your contribution

MartyMacGyver commented 5 years ago

Cool! Thank you!

MartyMacGyver commented 5 years ago

And FYI, this resolved https://github.com/13-37-org/infnoise/issues/9 as well.