fbf43ea0d6
- After this 24f2c1d13f
18 lines
559 B
Markdown
18 lines
559 B
Markdown
# Native libraries used by TDLight Java
|
|
|
|
This repository generates JNI packages for each architecture and OS used by [TDLight Java](https://github.com/tdlight-team/tdlight-java).
|
|
|
|
## Building
|
|
|
|
Go to `scripts/utils` and run
|
|
|
|
- `./compile-natives-package.sh` for natives
|
|
|
|
- `./compile-tdapi-package.sh` for tdapi
|
|
|
|
## Download
|
|
|
|
Download the latest release of [TDLight Java](https://github.com/tdlight-team/tdlight-java/releases)
|
|
|
|
If you want to download directly the native packages for each architecture and os, go to Actions tab and click on the latest build.
|