diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-28 20:41:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-28 20:41:39 +0300 |
commit | e66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68 (patch) | |
tree | 7cd9367425ccb1fa76077a8013fc332ad88fabaf | |
parent | 6055d411a9be4a1659e0a85535bce4ab906708a0 (diff) | |
download | micropython-e66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68.tar.gz micropython-e66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68.zip |
README: Add "make deplibs" to quick build section.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +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 Then to give it a try: |