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
70c56aca
Commit
70c56aca
authored
Feb 17, 2014
by
Damien George
Browse files
Merge pull request #302 from pfalcon/readme-update
Update README to current state of affairs.
parents
402dc31a
c8395842
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
70c56aca
...
...
@@ -37,8 +37,9 @@ The Unix version
----------------
The "unix" part requires a standard Unix environment with gcc and GNU make.
It works only for 64-bit machines due to a small piece of x86-64 assembler
for the exception handling.
x86 and x64 architectures are supported (i.e. x86 32- and 64-bit). ARM to
be confirmed. Porting to other architectures require writing some assembly
code for the exception handling.
To build:
...
...
@@ -47,11 +48,12 @@ To build:
Then to test it:
$ ./
py
$ ./
micropython
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
Ubuntu and Mint derivatives will require build-essentials and libreadline-dev
packages installed.
Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and
libreadline-dev packages installed. To build FFI (Foreign Function Interface)
module (recommended, enable in unix/mpconfigport.mk), libffi-dev is required.
The STM version
---------------
...
...
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