From b3ac83ca27251e4270fa27345f1c6ef9f4c2ce13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Feb 2018 06:59:46 +0100 Subject: [PATCH 1/2] add information about RPM availability --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e360d9..74be3e8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This extension allows Snappy. Documentation for Snappy can be found at [» http://google.github.io/snappy/](http://google.github.io/snappy/). -## Build +## Build from sources % git clone --recursive --depth=1 https://github.com/kjdev/php-ext-snappy.git % cd php-ext-snappy @@ -16,9 +16,19 @@ Documentation for Snappy can be found at % make % make install -> use system library: `./configure --with-snappy-includedir=/usr` +To use the system library -## Configration +``` bash +% ./configure --with-snappy-includedir=/usr +``` + +## Distribution binary packages + +### Fedora / CentOS / RHEL + +RPM packages of this extension are available in [» Remi's RPM repository](https://rpms.remirepo.net/) and are named **php-snappy**. + +## Configuration snappy.ini: From 83be22be3db612f13bca5313f33916a242cb0862 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Feb 2018 06:59:49 +0100 Subject: [PATCH 2/2] ignore more files from build process --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c0b44c0..1553c3a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ autom4te.cache/ modules/ build/ run-tests.php +tmp-php.ini +ltmain.sh.backup