dvhdr / launchpad-pro

Open source firmware for the Launchpad Pro grid controller
BSD 3-Clause "New" or "Revised" License
442 stars 101 forks source link

Added support for Docker. #28

Closed mluis closed 7 years ago

mluis commented 7 years ago

This PR enable devs to setup the environment fast n'easy.

mluis commented 7 years ago

TL;DR:

git clone https://github.com/dvhdr/launchpad-pro.git
git clone https://github.com/dvhdr/libintelhex.git launchpad-pro/tools/libintelhex/
cd launchpad-pro/
docker build -t novation-launchpad-pro-dev .
docker run -it -v $(pwd):/launchpad-pro novation-launchpad-pro-dev
make
dvhdr commented 7 years ago

Oooo, this looks nice. We've had a few people have problems with Vagrant, so I guess this provides a nice alternative. I'll have to try it myself before I merge, but I'll take a look!