Unverified Commit 87140a2a authored by Hubert Błaszczyk's avatar Hubert Błaszczyk Committed by GitHub

Document the supported emscripten for skiko build (#1215)

Closes [SKIKO-1120](https://youtrack.jetbrains.com/issue/SKIKO-1120)
parent 9102d891
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
4. Skiko is built using Clang-cl. Clang-cl is a part of LLVM and can be downloaded from the [LLVM project's website](https://releases.llvm.org/). Please also make sure that Clang-cl.exe is available in %PATH%. 4. Skiko is built using Clang-cl. Clang-cl is a part of LLVM and can be downloaded from the [LLVM project's website](https://releases.llvm.org/). Please also make sure that Clang-cl.exe is available in %PATH%.
* Install Emscripten * Install Emscripten
* Skiko follows the Emscripten version used by the underlying Skia build. While other versions may work, we recommend using the same version that is currently used in the project to avoid compatibility issues.
* The current version used by Skiko is `4.0.7`
* Set `JAVA_HOME` to location of JDK, at least version 11 * Set `JAVA_HOME` to location of JDK, at least version 11
* `./gradlew :skiko:publishToMavenLocal` will build the artifact and publish it to local Maven repo * `./gradlew :skiko:publishToMavenLocal` will build the artifact and publish it to local Maven repo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment