Merge pull request #70863 from SayeedKhan21/build-osx-doc-changes

Docs: Mention case-sensitive filesystems in macOS build docs
This commit is contained in:
Robert Schulze 2024-10-21 09:16:07 +00:00 committed by GitHub
commit e1025300d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,10 @@ brew install ccache cmake ninja libtool gettext llvm gcc binutils grep findutils
## Checkout ClickHouse Sources {#checkout-clickhouse-sources}
:::note
The ClickHouse build assumes a case-sensitive file system. Case-insensitive file systems may cause errors during the build process. If necessary, please 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.