Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
fa823ea8
Commit
fa823ea8
authored
8 years ago
by
stijn
Browse files
Options
Downloads
Patches
Plain Diff
windows/README: Fix some typos and grammar
parent
e81f4694
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
windows/README.md
+6
-6
6 additions, 6 deletions
windows/README.md
with
6 additions
and
6 deletions
windows/README.md
+
6
−
6
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.
It is based on Unix port, and expected to remain so.
The port requires additional testing, debugging, and patches. Please
The port requires additional testing, debugging, and patches. Please
consider to contribute.
consider to contribute.
...
@@ -18,8 +18,8 @@ spurious errors (you may need to disable -Werror):
...
@@ -18,8 +18,8 @@ spurious errors (you may need to disable -Werror):
make CROSS_COMPILE=i586-mingw32msvc-
make CROSS_COMPILE=i586-mingw32msvc-
Bulding under Cygwin
Bu
i
lding under Cygwin
--------------------
--------------------
-
Install following packages using cygwin's setup.exe:
Install following packages using cygwin's setup.exe:
...
@@ -39,9 +39,9 @@ Or for 64bit:
...
@@ -39,9 +39,9 @@ Or for 64bit:
Building using MS Visual Studio 2013 (or higher)
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
msbuild micropython.vcxproj
...
@@ -50,7 +50,7 @@ Running on Linux using Wine
...
@@ -50,7 +50,7 @@ Running on Linux using Wine
---------------------------
---------------------------
The default build (MICROPY_USE_READLINE=1) uses extended Windows console
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
on the Wine build configuration, you may also want to select the curses
backend which has the look&feel of a standard Unix console:
backend which has the look&feel of a standard Unix console:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment