Skip to content

Commit

Permalink
Create build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 authored Oct 30, 2019
1 parent 8284164 commit 3969733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
REM Download MinGW setup program and install with packages required for Sming
REM See https://sming.readthedocs.io/en/latest/arch/esp8266/getting-started/windows-manual.html

curl --ssl-no-revoke -LO https://osdn.net/projects/mingw/downloads/68260/mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip
unzip mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip -d MinGW
mingw-get install mingw32-base-bin mingw-developer-toolkit-bin mingw32-gcc-g++-bin mingw32-pthreads-w32-dev mingw32-libmingwex

0 comments on commit 3969733

Please sign in to comment.