Commit 4a949492 authored by Nikolay Igotti's avatar Nikolay Igotti

Update README.md

parent edceab0c
# skiko # Kotlin Multiplatform bindings to Skia
Kotlin MPP bindings to Skia
## Building JVM bindings
* Download or build Skia for your target platform (see https://bintray.com/beta/#/jetbrains/skija/Skia?tab=files)
* Set SKIA_DIR to location of Skia
* Set JAVA_HOME to location of JDK, at least version 11
* Run `build.sh` at least once to properly set up Skija
* If Skija repo is updated - run `build.sh` again
* `cd skiko && ./gradlew publishSkikoPublicationToMavenLocal` will build the artefact and publish it to local Maven repo
...@@ -7,7 +7,7 @@ else ...@@ -7,7 +7,7 @@ else
fi fi
SEP=: SEP=:
if [ `uname -o` == "Msys" ]; then if [ `uname` == "Msys" ]; then
SEP=\; SEP=\;
fi fi
......
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