Browse Source

update readme

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/44/head
R4SAS 2 years ago
parent
commit
063b416bf1
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      README.md

6
README.md

@ -65,6 +65,10 @@ You will find APKs in `app/build/outputs/apk` @@ -65,6 +65,10 @@ You will find APKs in `app/build/outputs/apk`
For building on Windows you must use MSYS2 with `mingw64` or `ucrt64` shell and preinstalled `gcc` ( package `mingw-w64-x86_64-gcc` or `mingw-w64-ucrt-x86_64-gcc`).
Download Android SDK command line tools for Windows, unpack and isntall replacing `--sdk_root=` path.
Java 11 can be downloaded from [jdk.java.com](https://jdk.java.net/java-se-ri/11)
Download Android SDK command line tools for Windows, unpack and install it replacing `--sdk_root=` path.
`ANDROID_SDK_ROOT` variable must point to SDK using linux-way path, like `/c/dev/android-sdk` when SDK installed to `C:\dev\android-sdk`.
Gradle can be called with `./gradlew` command inside project root, or you can install it using `pacman` and call `gradle` like on linux.
Loading…
Cancel
Save