[K/N] Update requirements in readme
* Updated Windows requirements for building from source * Removed Linux requirements on ncurses because LLVM is built without it * Explicitly stated glibc version
This commit is contained in:
@@ -35,9 +35,11 @@ Prerequisites:
|
|||||||
* configure Kotlin build as [specified in main readme](../ReadMe.md#build-environment-requirements)
|
* configure Kotlin build as [specified in main readme](../ReadMe.md#build-environment-requirements)
|
||||||
* at the root directory of the repository,
|
* at the root directory of the repository,
|
||||||
create `local.properties` file with `kotlin.native.enabled=true` line
|
create `local.properties` file with `kotlin.native.enabled=true` line
|
||||||
* on macOS install Xcode 12.5 or newer
|
* macOS: Xcode 12.5 or newer
|
||||||
* on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed
|
* Linux: glibc 2.23 or newer
|
||||||
* on recent Ubuntu ```apt install libncurses5``` is needed
|
* Windows:
|
||||||
|
* Microsoft C++ build tools for Visual Studio 2019 14.29 or newer
|
||||||
|
* Windows SDK 10.0.18362.0 or newer
|
||||||
|
|
||||||
The commands below should be run from either repository root or this (`kotlin-native/`) directory.
|
The commands below should be run from either repository root or this (`kotlin-native/`) directory.
|
||||||
For the latter, `:kotlin-native:` task name prefix can be omitted.
|
For the latter, `:kotlin-native:` task name prefix can be omitted.
|
||||||
|
|||||||
Reference in New Issue
Block a user