From 24250fd1ae9ff8866c715a8682499aabef15d893 Mon Sep 17 00:00:00 2001 From: igotti-google Date: Sun, 1 Apr 2018 16:29:30 +0300 Subject: [PATCH] Update README.md to mention XCode 9.3 dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04ea92e226..1a9d86b38f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ without the need to ship an additional execution runtime. Prerequisites: * install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE; -* on macOS install Xcode 9.2 +* on macOS install Xcode 9.3 * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed To compile from sources use following steps: