Skip to content

Commit 521de04

Browse files
committed
windows: Add README with basic cross-compile instructions.
1 parent 7f7c7aa commit 521de04

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

windows/README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)