Merge pull request #3 from Dhina17/master

readme: Update build instructions
This commit is contained in:
Andrea Cavalli 2021-06-05 03:05:32 +02:00 committed by GitHub
commit b27f710e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,17 @@
# Native libraries used by TDLight Java # 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). This repository generates JNI packages for each architecture and OS used by [TDLight Java](https://github.com/tdlight-team/tdlight-java).
## Building ## Building
Go to `scripts/utils` and run `./compile-all.sh`
Go to `scripts/utils` and run
- `./compile-natives-package.sh` for natives
- `./compile-tdapi-package.sh` for tdapi
## Download ## Download
Download the latest release of [TDLight Java](https://github.com/tdlight-team/tdlight-java/releases) 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. If you want to download directly the native packages for each architecture and os, go to Actions tab and click on the latest build.