Merge remote-tracking branch 'upstream/master' into fix15

This commit is contained in:
proller 2019-01-31 19:48:59 +03:00
commit 08d1502064

View File

@ -1,7 +1,6 @@
# How to Build ClickHouse on Mac OS X
Build should work on Mac OS X 10.12. If you're using earlier version, you can try to build ClickHouse using Gentoo Prefix and clang sl in this instruction.
With appropriate changes, it should also work on any other Linux distribution.
Build should work on Mac OS X 10.12.
## Install Homebrew
@ -12,7 +11,7 @@ With appropriate changes, it should also work on any other Linux distribution.
## Install Required Compilers, Tools, and Libraries
```bash
brew install cmake ninja gcc icu4c mariadb-connector-c openssl libtool gettext readline
brew install cmake ninja gcc icu4c openssl libtool gettext readline
```
## Checkout ClickHouse Sources