From 14ce9c10bb0895974008d415a3fb66ead1ab2361 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 31 Jan 2020 13:27:29 +0000 Subject: [PATCH] BUILDING.md: fix typo --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 910f876d4..a4e0d8595 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -24,7 +24,7 @@ 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/php/README.md`. +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.