We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7c7aa commit 521de04Copy full SHA for 521de04
1 file changed
windows/README
@@ -0,0 +1,10 @@
1
+This is experimental, community-supported Windows port of MicroPython.
2
+It is based on Unix port, and expected to remain so.
3
+
4
+To cross-compile under Debian/Ubuntu Linux system:
5
6
+sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
7
+make CC=i586-mingw32msvc-gcc
8
9
+The port requires additional testing, debugging, and patches. Please
10
+consider to contribute.
0 commit comments