From 97f88eebb6e94ec2f6b91a49898e0fb08eb150ea Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 18 Apr 2016 22:37:42 +0300 Subject: [PATCH] README: Explicitly point to required dependencies section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17be0ab85..1bfe2434a3 100644 --- a/README.md +++ b/README.md @@ -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