Releases: Veha0001/pmmp-droid
Releases · Veha0001/pmmp-droid
PHP PM5 Android
PHP PM5 Release
This release includes the compiled PHP binaries for Android with PocketMine-MP version 5.x
Release Notes
Note
If you see the error message unexpected e_type: 2
, it's likely because you're using the Play Store version of Termux.
To fix this, run your program in proot-distro or switch to the F-Droid or GitHub version of Termux.
ℹ️ Linux/MacOS users: Please see this page to fix extension loading errors. Also, check out the PocketMine-MP Linux/MacOS installer.
musl-cross-make
musl-cross-make Toolchain Release
Release Details
This release includes the latest build of the musl-cross-make toolchain for Android. It is designed for cross-compiling applications using the musl C library.
What's Included
- Target: aarch64-linux-musl
- Output Directory: The compiled toolchain is located in the
/opt/cross
directory.
Build Configuration
The build was configured with the following options:
- Common Configurations:
- Compiler optimizations:
CFLAGS="-march=x86-64 -Os"
CXXFLAGS="-march=x86-64 -Os"
- Compiler optimizations:
Installation
To install the toolchain, use the following command:
make install