You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Boat - Running Minecraft Java Edition on Android
2
-
2
+
[中文](./README-zh_CN.md)
3
3
## Contents
4
4
-[Introduction](#Introduction)
5
5
-[Building](#Building)
@@ -15,16 +15,15 @@ This repository contains the Android app part of Boat. Other packages could be f
15
15
## Building
16
16
It takes time to build whole project. So it is not suggested to build whole one youself. But you may want to build and update some components. Please follow the instructions in the repositories.
17
17
18
-
This app project uses old-fashioned Eclipse Ant building system. You should copy the source code into your Android Studio project (Maybe your own Minecraft launcher app :) ).
18
+
We set up a [reference material repository](https://github.com/AOF-Dev/Boat-reference-material), hoping that we can collect useful imformation about boat :).
19
19
20
20
Building instruction:
21
-
1. Build OpenJDK 8 Android port (https://github.com/CosineMath/openjdk-jdk8u-aarch32-android).
21
+
1. Build OpenJDK 8 Android port.
22
22
2. Build this app project. Note that you should copy `libboat.so` and `boat.h` that other components depend on.
23
-
3. Build GL4ES (https://github.com/ptitSeb/gl4es) and OpenAL-soft (https://github.com/kcat/openal-soft) for Android.
24
-
Instruction:
25
-
4. Build LWJGL 2 port for Boat (https://github.com/CosineMath/lwjgl-boat). Need `libboat.so` and `boat.h`.
26
-
5. Build GLFW port for Boat (https://github.com/CosineMath/glfw-boat). Need `libboat.so` and `boat.h`.
27
-
6. Build LWJGL 3 port for Boat (https://github.com/CosineMath/lwjgl3-boat). Need GLFW port for Boat.
23
+
3. Build GL4ES and OpenAL-soft for Android.
24
+
4. Build LWJGL 2 port for Boat. Need `libboat.so` and `boat.h`.
25
+
5. Build GLFW port for Boat. Need `libboat.so` and `boat.h`.
26
+
6. Build LWJGL 3 port for Boat. Need GLFW port for Boat.
-[XZ for Java](https://git.tukaani.org/?p=xz-java.git;a=summary).
41
39
42
40
## Related-Projects
43
-
-[MCinaBox](https://github.com/longjunyu2/MCinaBox). A Minecraft Java Edition Launcher on Android. Using Boat to provide runtime environment.
41
+
-[MCinaBox](https://github.com/AOF-Dev/MCinaBox). A Minecraft Java Edition Launcher on Android. Using Boat to provide runtime environment.
44
42
45
43
## License
46
44
This app project is distributed under [GPL v2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html). Other components have their respective license.
0 commit comments