From edd728eb80514011f96559880b1e00003b766d67 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 5 Jul 2016 00:25:05 +0300 Subject: [PATCH] readme update --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd91d4c..b524860 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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: @@ -65,6 +68,8 @@ After that, run build of Bloom from its directory: make ``` +Static build for Solaris is not available now. + ## Installing ```bash