gligli / p600fw

Teensy++ based Sequential Circuits Prophet 600 firmware remake
http://gligli.github.io/p600fw/
41 stars 23 forks source link

Support firmware build using Docker #104

Open ceharris opened 6 years ago

ceharris commented 6 years ago

Using Docker, one can reliably and predictably build the P600FW project without needing to install any prerequisites or dependencies other than Docker itself. This pull request includes the necessary Docker configuration and a README describing how to use it.

I'm not a Windows user so I don't know how to correctly translate the few lines of shell code described in the README to the Windows equivalent. Perhaps someone else will do so?