Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
fa823ea8
Commit
fa823ea8
authored
May 01, 2017
by
stijn
Browse files
windows/README: Fix some typos and grammar
parent
e81f4694
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows/README.md
View file @
fa823ea8
This is experimental, community-supported Windows port of MicroPython.
This is
the
experimental, community-supported Windows port of MicroPython.
It is based on Unix port, and expected to remain so.
The port requires additional testing, debugging, and patches. Please
consider to contribute.
...
...
@@ -18,8 +18,8 @@ spurious errors (you may need to disable -Werror):
make CROSS_COMPILE=i586-mingw32msvc-
Bulding under Cygwin
--------------------
Bu
i
lding under Cygwin
--------------------
-
Install following packages using cygwin's setup.exe:
...
...
@@ -39,9 +39,9 @@ Or for 64bit:
Building using MS Visual Studio 2013 (or higher)
------------------------------------------------
In IDE, open
`micropython.vcxproj`
and build.
In
the
IDE, open
`micropython.vcxproj`
and build.
To build from command line:
To build from
the
command line:
msbuild micropython.vcxproj
...
...
@@ -50,7 +50,7 @@ Running on Linux using Wine
---------------------------
The default build (MICROPY_USE_READLINE=1) uses extended Windows console
functions and thus should be r
u
n using
`wineconsole`
tool. Depending
functions and thus should be r
a
n using
the
`wineconsole`
tool. Depending
on the Wine build configuration, you may also want to select the curses
backend which has the look&feel of a standard Unix console:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment