Quick Start
On a Mac
Maven
A precompiled DiffKt jar for a Mac is available in Maven. It has jni libraries included, so it only works on a Mac. This jar does not include the jni for using a GPU, so do not enable the GPU in the code.
The current version is 0.0.1-DEV2
Gradle/JVM
To use DiffKt, use the following dependency to your build.gradle.kts
file with the x.y.z
version number.
dependencies {
implementation("com.facebook.diffkt:x.y.z")
}
On Ubuntu
Currently, you need to checkout the repo and build it.
With a GPU
Currently, you need to checkout the repo and build it.