Skip to content

Commit

Permalink
Merge pull request #30 from kirs/patch-1
Browse files Browse the repository at this point in the history
Make installation steps more friendly
  • Loading branch information
miyucy authored Jul 1, 2019
2 parents 603c88c + f017ac6 commit e7da7bc
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ see https://github.com/google/snappy

## Preparation

Use libsnappy

$ brew install snappy
### macOS

Or
```bash
$ brew install snappy
$ brew install autoconf automake libtool
```

### Ubuntu

```bash
$ apt-get install libsnappy-dev -y
$ apt-get install libtool automake autoconf -y
```

### Alpine

$ brew install autoconf automake libtool
```bash
$ apk install snappy
$ apk install build-base libexecinfo automake autoconf libtool
```

## Installation

Expand Down

0 comments on commit e7da7bc

Please sign in to comment.