From 9a922c694744f3a9caf872f160242af32057f395 Mon Sep 17 00:00:00 2001 From: Abhishek Sudhakaran Date: Mon, 20 Nov 2017 19:09:22 +0530 Subject: [PATCH] Update Readme.md to notify users to install JDK (#1051) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9433e143f1e..f6668c257a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ virtual machines are not desirable or possible (such as iOS, embedded targets), or where a developer is willing to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime. +Prerequesties: + install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE. + To compile from sources use following steps. First download dependencies: