Update build-osx.md

The NASM is required, The corresponding installation is missing from the doc.
This commit is contained in:
rogeryk 2024-02-25 16:50:41 +08:00 committed by GitHub
parent 30d31d4d9b
commit 65474216e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ sudo xcode-select --install
``` bash
brew update
brew install ccache cmake ninja libtool gettext llvm gcc binutils grep findutils
brew install ccache cmake ninja libtool gettext llvm gcc binutils grep findutils nasm
```
## Checkout ClickHouse Sources {#checkout-clickhouse-sources}