diff --git a/README.md b/README.md index e0e512409..eb9ddfa4b 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,18 @@ Will be moved to **BUILDING.md** - JRE for Android is [here](https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u), also the build script [here](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch). - Follow build instruction on build script [README.md](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch/blob/buildjre8/README.md). - You can also get [CI auto builds](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch/actions). -- Spliting JRE and put to the launcher: **coming soon**. +- Spliting JRE and put to the launcher: + - Get JREs for all of 4 supported architectures (arm, arm64, x86, x86_64) + - Split JRE into parts: + Platform-independent: .jar files, libraries, configs, etc... + Platform-dependent: .so files, etc... + - Create: + file named `universal.tar.xz` with all platform-independent files + 4 files named `bin-.tar.xz` with all platform-dependent files per-architecture + - Put these in `assets/components/jre/` folder + - (If needed) update the Version file with the current date -### LWJGL and GLFW +### LWJGL - **Coming soon** ### The Launcher