1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Tweak requirements for clarity

This commit is contained in:
James Titcumb
2024-11-18 20:15:45 +00:00
parent 1c9c4cab15
commit 8ac279f58e

View File

@@ -27,7 +27,7 @@ system:
sudo curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/latest/download/pie.phar && sudo chmod +x /usr/local/bin/pie
```
## Prerequisities for PIE
## Prerequisites for PIE
Running PIE requires PHP 8.1 or newer. However, you may still use PIE to install
an extension for an older version of PHP.
@@ -35,11 +35,11 @@ an extension for an older version of PHP.
Additionally to PHP, PIE requires the following tools to be available on your
system in order to download, build and install extensions:
- `git` to download the extension source code ;
- `autoconf`, `automake`, `libtool`, `m4`, `make`, and `gcc` to build the extension ;
- `php-config` to determine the PHP configuration ;
- The `zip` extension enabled for the PHP version running PIE ;
- `phpize` to prepare the extension for building.
- The `zip` extension enabled for the PHP version running PIE, or `git` to
download the extension source code
- `autoconf`, `automake`, `libtool`, `m4`, `make`, and `gcc` to build the extension
- PHP development tools (such as `php-config` and `phpize`) to prepare the
extension for building.
Also, each extension may have its own requirements, such as additional libraries.