Dropped PreProcessor

This commit is contained in:
Dylan K. Taylor
2021-09-07 14:04:52 +01:00
parent 7276e9610c
commit 57e2b16139
8 changed files with 1 additions and 125 deletions

View File

@ -24,10 +24,6 @@ If you use a custom binary, you'll need to replace `composer` usages in this gui
## Optimizing for release builds
1. Add the flags `--no-dev --classmap-authoritative` to your `composer install` command. This will reduce build size and improve autoloading speed.
2. Preprocess the source code by running `build/preprocessor/PreProcessor.php`. Usage instructions are provided in `build/preprocessor/README.md`.
### Note
Preprocessor requires that the `cpp` (c preprocessor) is available in your PATH.
## Building `PocketMine-MP.phar`
Run `composer make-server` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory.