We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cb9cd commit 49babb6Copy full SHA for 49babb6
pgml-cms/docs/open-source/pgml/developers/installation.md
@@ -40,6 +40,12 @@ cargo install cargo-pgrx --version 0.12.9 && \
40
cargo pgrx init
41
```
42
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
49
This step will take a few minutes. Perfect opportunity to get a coffee while you wait.
50
51
### Compile and install
pgml-extension/Brewfile
@@ -7,3 +7,4 @@ brew "cmake"
7
brew "pkg-config"
8
brew "openssl"
9
brew "virtualenv"
10
+brew "icu4c"
0 commit comments