2020-12-28 19:52:17 +01:00
|
|
|
# Native libraries used by TDLight Java
|
2021-06-04 19:56:20 +02:00
|
|
|
|
2020-12-28 19:52:17 +01:00
|
|
|
This repository generates JNI packages for each architecture and OS used by [TDLight Java](https://github.com/tdlight-team/tdlight-java).
|
2020-10-10 00:17:40 +02:00
|
|
|
|
2020-12-28 19:52:17 +01:00
|
|
|
## Building
|
2021-06-04 19:56:20 +02:00
|
|
|
|
|
|
|
Go to `scripts/utils` and run
|
|
|
|
|
|
|
|
- `./compile-natives-package.sh` for natives
|
|
|
|
|
|
|
|
- `./compile-tdapi-package.sh` for tdapi
|
2020-12-28 19:52:17 +01:00
|
|
|
|
|
|
|
## Download
|
2021-06-04 19:56:20 +02:00
|
|
|
|
2020-12-28 19:52:17 +01:00
|
|
|
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.
|