Update Xcode requirement in README.md

This commit is contained in:
SvyatoslavScherbina
2020-04-08 11:24:48 +03:00
committed by GitHub
parent d4facccc6d
commit a27fe524ce
+1 -1
View File
@@ -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