diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-28 21:08:09 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-28 21:08:09 +0300 |
commit | 282d81a40e275bcb4502a7eb5b3f2ae0cfcb08fc (patch) | |
tree | ba0de77289ade6cb3fa82af295b6ec12a6fe3c37 /README.md | |
parent | 4889b6ff9b068484b70a7a1cc5036430fa0df753 (diff) | |
download | micropython-282d81a40e275bcb4502a7eb5b3f2ae0cfcb08fc.tar.gz micropython-282d81a40e275bcb4502a7eb5b3f2ae0cfcb08fc.zip |
README: "quick build": Use "make axtls" after all.
"make deplibs" also builds libffi, and that requires GNU autotools. As
we use host libffi by default, skip requiring users to build it for now.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ Alternatively, fallback implementation based on setjmp/longjmp can be used. To build (see section below for required dependencies): $ cd unix - $ make deplibs + $ make axtls $ make Then to give it a try: |