diff options
| author | stijn <stijn@ignitron.net> | 2021-09-07 11:36:58 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-09-10 15:19:25 +1000 |
| commit | 318c029d4569488df97661018fdce0e2c1443a79 (patch) | |
| tree | 6455ed8a9ff7cbb7c02b404a2f88c7baeb831a15 | |
| parent | e6850838cdc1a0e0fe8e735a03e7df46d0dcdd0e (diff) | |
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.
| -rw-r--r-- | ports/windows/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/windows/README.md b/ports/windows/README.md index 553e87513..55e23de7b 100644 --- a/ports/windows/README.md +++ b/ports/windows/README.md @@ -25,8 +25,7 @@ Install Cygwin, then install following packages using Cygwin's setup.exe: * mingw64-i686-gcc-core * mingw64-x86_64-gcc-core * make - -Also install the python3 package, or install Python globally for Windows (see below). +* python3 Build using: |
