mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Minor fixups
This commit is contained in:
parent
f7023d2f20
commit
9c51899b36
@ -47,10 +47,9 @@ brew install ccache cmake ninja libtool gettext llvm gcc binutils grep findutils
|
||||
## Checkout ClickHouse Sources {#checkout-clickhouse-sources}
|
||||
|
||||
:::note
|
||||
Clickhouse uses case-insensitive file system by default which may cause errors during build process , hence follow these [instructions](https://brianboyko.medium.com/a-case-sensitive-src-folder-for-mac-programmers-176cc82a3830) to create new disk image and set up your project in it . Make sure to navigate to newly created folder before proceeding
|
||||
The ClickHouse build assumes a case-sensitive file system. Case-insensitive file systems may cause errors during the build process. If necessary, please hence follow [these instructions](https://brianboyko.medium.com/a-case-sensitive-src-folder-for-mac-programmers-176cc82a3830) to create a new disk image and checkout the code into it.
|
||||
:::
|
||||
|
||||
|
||||
``` bash
|
||||
git clone --recursive git@github.com:ClickHouse/ClickHouse.git
|
||||
# ...alternatively, you can use https://github.com/ClickHouse/ClickHouse.git as the repo URL.
|
||||
|
Loading…
Reference in New Issue
Block a user