windows/README: Remove unsupported Python instructions for Cygwin.
It's not possible anymore to build MicroPython on Cygwin using a standard Windows installation of Python so don't advertise that. Specifically: preprocessing in makeqstrdefs.py fails on the subprocess call with 'gcc: fatal error: no input files' because one of the flags contains double quotes and that somehow messes up the commandline.
This commit is contained in:
parent
e6850838cd
commit
318c029d45
@ -25,8 +25,7 @@ Install Cygwin, then install following packages using Cygwin's setup.exe:
|
|||||||
* mingw64-i686-gcc-core
|
* mingw64-i686-gcc-core
|
||||||
* mingw64-x86_64-gcc-core
|
* mingw64-x86_64-gcc-core
|
||||||
* make
|
* make
|
||||||
|
* python3
|
||||||
Also install the python3 package, or install Python globally for Windows (see below).
|
|
||||||
|
|
||||||
Build using:
|
Build using:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user