Smoothieware / Smoothie2-old

(Deprecated attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
34 stars 22 forks source link

Docker #30

Closed shimaore closed 8 years ago

shimaore commented 8 years ago

Add Dockerfiles to help build the images automatically using Docker. There is one Dockerfile for gcc4mbed, which I use to publish shimaore/smoothie2-gcc4mbed. There is another one (which is the one you want to use) in src/Dockerfile which can be used to build Smoothie2 binaries (without installing the build suite on your machine).

arthurwolf commented 8 years ago

Thanks a lot :)