mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update build_cross_osx.md
This commit is contained in:
parent
baf7820874
commit
7a9a970e4c
@ -37,9 +37,9 @@ Also, we need to download MacOS X SDK into the working tree.
|
||||
|
||||
```bash
|
||||
cd ClickHouse
|
||||
cd cmake/toolchain/darwin-x86_64
|
||||
wget https://github.com/phracker/MacOSX-SDKs/releases/download/10.14-beta4/MacOSX10.14.sdk.tar.xz
|
||||
tar --strip-components=1 xJf MacOSX10.14.sdk.tar.xz
|
||||
wget 'https://github.com/phracker/MacOSX-SDKs/releases/download/10.14-beta4/MacOSX10.14.sdk.tar.xz'
|
||||
mkdir -p build/cmake/toolchain/darwin-x86_64
|
||||
tar xJf MacOSX10.14.sdk.tar.xz -C build/cmake/toolchain/darwin-x86_64 --strip-components=1
|
||||
```
|
||||
|
||||
# Build ClickHouse
|
||||
|
Loading…
Reference in New Issue
Block a user