Skip to content

Commit 3969733

Browse files
authored
Create build.cmd
1 parent 8284164 commit 3969733

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REM Download MinGW setup program and install with packages required for Sming
2+
REM See https://sming.readthedocs.io/en/latest/arch/esp8266/getting-started/windows-manual.html
3+
4+
curl --ssl-no-revoke -LO https://osdn.net/projects/mingw/downloads/68260/mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip
5+
unzip mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip -d MinGW
6+
mingw-get install mingw32-base-bin mingw-developer-toolkit-bin mingw32-gcc-g++-bin mingw32-pthreads-w32-dev mingw32-libmingwex

0 commit comments

Comments
 (0)