add note about ICU lib missing on macs and the fix

This commit is contained in:
Ruslan Talpa
2025-06-20 10:58:38 +03:00
parent b39f04ab99
commit 4a948c9781

View File

@@ -71,6 +71,10 @@ If you get errors about missing `m4` you may have to install it manually:
brew install m4
brew link --force m4
```
If you get errors about `configure: error: ICU library not found`
```sh
brew install pkg-config
```
2. [Install Rust](https://www.rust-lang.org/tools/install)
```