Skip to content

Commit

Permalink
Merge pull request #7 from remicollet/issue-rpms
Browse files Browse the repository at this point in the history
Issue rpms
  • Loading branch information
kjdev committed Feb 1, 2018
2 parents 8788fd5 + 83be22b commit a6cc8e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -21,3 +21,5 @@ autom4te.cache/
modules/
build/
run-tests.php
tmp-php.ini
ltmain.sh.backup
16 changes: 13 additions & 3 deletions README.md
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit a6cc8e7

Please sign in to comment.