From d8a58484da4f083715dc1ac46b694c1ee3d4fe76 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sun, 21 Feb 2021 08:47:00 +0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eb9ddfa4b..f0949e7e4 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ Will be moved to **BUILDING.md** - 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: - - 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 + - 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 - **Coming soon**