mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 14:32:57 +00:00
add note about ICU lib missing on macs and the fix
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user