Unverified Commit 9de54574 authored by Ivan Matkov's avatar Ivan Matkov Committed by GitHub

Mention more prerequisites in DEVELOPMENT.md (#670)

* Add more prerequisites for building

* Xcode CLI is applicable to macOS only
parent bb96b1f6
## Building JVM bindings
### Building JVM bindings
* Set JAVA_HOME to location of JDK, at least version 11
* Install Xcode Command Line Tools (macOS only)
* Install Emscripten
* 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
To build with debug symbols and debug Skia build use `-Pskiko.debug=true` Gradle argument.
......
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