From a27fe524ceec78ea6dc90ada7f3bfe4c1b268e67 Mon Sep 17 00:00:00 2001 From: SvyatoslavScherbina Date: Wed, 8 Apr 2020 11:24:48 +0300 Subject: [PATCH] Update Xcode requirement in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8da97cdee..bcea5c3aeaa 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 11 +* on macOS install Xcode 11 (Xcode 11.4 is required to compile Kotlin/Native from sources) * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed * on recent Ubuntu ```apt install libncurses5``` is needed