Skip to content

Releases: Veha0001/pmmp-droid

PHP PM5 Android

01 Dec 06:07
0004111
Compare
Choose a tag to compare

PHP PM5 Release

This release includes the compiled PHP binaries for Android with PocketMine-MP version 5.x

Release Notes

Runner

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

01 Dec 03:43
Compare
Choose a tag to compare

musl-cross-make Toolchain Release

Release Details

Build badge
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"

Installation

To install the toolchain, use the following command:

make install