We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8284164 commit 3969733Copy full SHA for 3969733
1 file changed
build.cmd
@@ -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