mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge remote-tracking branch 'upstream/master' into fix15
This commit is contained in:
commit
08d1502064
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user