Skip to content

Commit 49babb6

Browse files
authored
Update brewfile and build docs for macos (#1673)
1 parent 38cb9cd commit 49babb6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pgml-cms/docs/open-source/pgml/developers/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ cargo install cargo-pgrx --version 0.12.9 && \
4040
cargo pgrx init
4141
```
4242

43+
**NOTE: You may need to set the `PGK_CONFIG_PATH` env variable:**
44+
45+
```bash
46+
export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig"
47+
```
48+
4349
This step will take a few minutes. Perfect opportunity to get a coffee while you wait.
4450

4551
### Compile and install

pgml-extension/Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ brew "cmake"
77
brew "pkg-config"
88
brew "openssl"
99
brew "virtualenv"
10+
brew "icu4c"

0 commit comments

Comments
 (0)