From: Michael Wallner Date: Tue, 19 Jan 2016 08:44:18 +0000 (+0100) Subject: extend installing section X-Git-Url: https://git.m6w6.name/?p=mdref%2Fmdref-propro;a=commitdiff_plain;h=05181431933a01acd2f1436c74728d03a245bea5 extend installing section --- 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:***