micropython/windows
stijn 951335e102 windows: Fix input.c missing in Makefile after changes for #582 2014-05-07 21:15:00 +02:00
..
Makefile windows: Fix input.c missing in Makefile after changes for #582 2014-05-07 21:15:00 +02:00
README windows/README: Use CROSS_COMPILE instead of CC to cover other tools too. 2014-04-23 20:45:53 +03:00
alloca.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
init.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
init.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.h windows: Enable math module 2014-05-07 12:39:02 +02:00
mpconfigport.mk windows: Unbreak mingw32 build (cross-compiling under Linux). 2014-04-20 22:24:44 +03:00
realpath.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
realpath.h Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00

README

This is experimental, community-supported Windows port of MicroPython.
It is based on Unix port, and expected to remain so.

To cross-compile under Debian/Ubuntu Linux system:

sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
make CROSS_COMPILE=i586-mingw32msvc-

The port requires additional testing, debugging, and patches. Please
consider to contribute.