Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Yarmak committed Jul 4, 2016
1 parent 7f10919 commit edd728e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo yum install gcc libevent2-devel make
make
```

Run `make static` instead of `make` to build static binary
Run `make static` instead of `make` to build static binary.

#### Mac OS X

Expand All @@ -30,7 +30,8 @@ Assuming you are using [Homebrew](http://brew.sh/)
brew install libevent
make
```
Static build for Mac OS X is not available

Static build for Mac OS X is not available now.

#### FreeBSD

Expand All @@ -41,6 +42,8 @@ pkg install gcc libevent2
make
```

Run `make static` instead of `make` to build static binary.

#### Solaris

You have to build libevent2 before:
Expand All @@ -65,6 +68,8 @@ After that, run build of Bloom from its directory:
make
```

Static build for Solaris is not available now.

## Installing

```bash
Expand Down

0 comments on commit edd728e

Please sign in to comment.