From 05181431933a01acd2f1436c74728d03a245bea5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jan 2016 09:44:18 +0100 Subject: [PATCH] extend installing section --- propro.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/propro.md b/propro.md index 45f5799..3e512e7 100644 --- a/propro.md +++ b/propro.md @@ -12,6 +12,20 @@ This extension is hosted at [PECL](http://pecl.php.net) and can be installed wit # pecl install propro +### PHARext + +Watch out for [PECL replicates](https://replicator.pharext.org?propro) +and pharext packages attached to [releases](https://github.com/m6w6/ext-propro/releases). + +### Checkout + + git clone github.com:m6w6/ext-propro + cd ext-propro + /path/to/phpize + ./configure --with-php-config=/path/to/php-config + make + sudo make install + ## Internals: > ***NOTE:*** -- 2.30.2