X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=ff435ff198521c34be1c4c77f8ea3cd882ba7523;hb=58445d22c26c02e865f2d494de7255cc72cfa25d;hp=905b958f9835b0e8daeaa36b094213e2825bad17;hpb=b372aaf7f0eeabb9d0e73d142039d5c062ca59c7;p=awesomized%2Fext-ion diff --git a/README.md b/README.md index 905b958..ff435ff 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html). ## Installation: -[PECL](https://pecl.php.net) and [PHARext](https://pharext.org) is WIP. - ### Dependencies: #### Required: * PHP-8.1 @@ -23,10 +21,20 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html). ### Trinity: ```shell phpize -./configure +./configure # --with-php-config= make # -j$(nproc) sudo make install # INSTALL=install ``` + +### PECL + + pecl install ion + +### PHARext + +Watch out for [PECL replicates](https://replicator.pharext.org?ion) +and pharext packages attached to [releases](./releases). + ### Try with Docker: ```shell docker build -t php-ion