https://github.com/christopherhx/mcpelauncherlegacy
Recover some of the removed features
https://github.com/christopherhx/mcpelauncherlegacy
Last synced: 10 months ago
JSON representation
Recover some of the removed features
- Host: GitHub
- URL: https://github.com/christopherhx/mcpelauncherlegacy
- Owner: ChristopherHX
- License: gpl-3.0
- Created: 2020-03-20T20:16:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T14:47:34.000Z (about 6 years ago)
- Last Synced: 2023-03-05T03:25:21.670Z (over 3 years ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mcpelauncherlegacy
Recover some of the removed features
This is a mod for my mcpelauncher-manifest and minecraft-linux ng, to apply some removed patches.
## Building
`PATH_TO_NDK="/path/to/ndk"`
- x86
`cmake -DCMAKE_TOOLCHAIN_FILE=$PATH_TO_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=x86 -DANDROID_STL=none ..`
- x86_64
`cmake -DCMAKE_TOOLCHAIN_FILE=$PATH_TO_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=x86_64 ..`
- armeabi-v7a
`cmake -DCMAKE_TOOLCHAIN_FILE=$PATH_TO_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=armeabi-v7a -DANDROID_STL=none ..`
- arm64-v8a
`cmake -DCMAKE_TOOLCHAIN_FILE=$PATH_TO_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a ..`