diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-18 22:37:42 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-18 22:37:42 +0300 |
commit | 97f88eebb6e94ec2f6b91a49898e0fb08eb150ea (patch) | |
tree | 2e555d0803cb819f4f8f4cfcef60b3eace54ce91 | |
parent | 8dcce9260614aca9f89a346a31ca47e2b1288398 (diff) |
README: Explicitly point to required dependencies section.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ as ARM and MIPS. Making full-featured port to another architecture requires writing some assembly code for the exception handling and garbage collection. Alternatively, fallback implementation based on setjmp/longjmp can be used. -To build (*): +To build (see section below for required dependencies): $ cd unix $ make |