summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-28 20:41:39 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-28 20:41:39 +0300
commite66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68 (patch)
tree7cd9367425ccb1fa76077a8013fc332ad88fabaf
parent6055d411a9be4a1659e0a85535bce4ab906708a0 (diff)
downloadmicropython-e66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68.tar.gz
micropython-e66b3042d6a6c6b0cfe1bd9cf9b520d71617bb68.zip
README: Add "make deplibs" to quick build section.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ff577e31b..a4e3eb1cee 100644
--- a/README.md
+++ b/README.md
@@ -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: