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