mkovacina / sweep

1 stars 0 forks source link

Create a container-based development environment #2

Closed mkovacina closed 4 years ago

mkovacina commented 4 years ago

Development for SWEEP has been Linux-based from the inception. Though written in standard C, the build process ('make') and toolchain ('gcc') don't always play nicely in Windows. To facilitate development in a non-Linux environment, a Docker-based development environment will be created. This will also be the first step towards a container-based build process.

Acceptance Criteria

mkovacina commented 4 years ago

PR #5 finished the work for this by integrating in VS Code support