mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-04 03:26:08 -04:00
Update README.md
Small improvements of the README file
This commit is contained in:
parent
f48a43a398
commit
7ac4541a69
29
README.md
29
README.md
@ -1,29 +1,22 @@
|
|||||||
|
Libkiwix binding for Java/Kotlin
|
||||||
|
================================
|
||||||
|
|
||||||
|
Library for accessing [libkiwix](https://github.com/kiwix/libkiwix) and [libzim](https://github.com/openzim/libzim/) with Java or Kotlin on Android.
|
||||||
|
|
||||||
[](https://search.maven.org/artifact/org.kiwix.libkiwix/libkiwix)
|
[](https://search.maven.org/artifact/org.kiwix.libkiwix/libkiwix)
|
||||||
|
[](https://github.com/kiwix/java-libkiwix/actions?query=workflow%3ACI+branch%3Amain)
|
||||||
[](https://www.codefactor.io/repository/github/kiwix/java-libkiwix)
|
[](https://www.codefactor.io/repository/github/kiwix/java-libkiwix)
|
||||||
|
[](https://codecov.io/gh/kiwix/java-libkiwix)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
# Java Libkiwix binding for Java/Kotlin
|
# Build
|
||||||
|
|
||||||
Android Library for accessing libkiwix and libzim in android with JAVA wrapper.
|
|
||||||
|
|
||||||
# Steps to build
|
|
||||||
|
|
||||||
## Clone java-libkiwix
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/kiwix/java-libkiwix.git
|
|
||||||
cd java-libkiwix
|
|
||||||
```
|
|
||||||
|
|
||||||
## Install dependencies
|
## Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./install_deps.sh
|
./install_deps.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./gradlew buildHeaders
|
./gradlew buildHeaders
|
||||||
./gradlew build
|
./gradlew build
|
||||||
@ -32,5 +25,11 @@ cd java-libkiwix
|
|||||||
AAR file will be generated in directory `lib/build/outputs/aar`
|
AAR file will be generated in directory `lib/build/outputs/aar`
|
||||||
|
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
[GPLv3](https://www.gnu.org/licenses/gpl-3.0) or later, see
|
||||||
|
[COPYING](COPYING) for more details.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user