Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 49babb6

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

File tree

2 files changed

+7
-0
lines changed
Filter options

2 files changed

+7
-0
lines changed

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

Copy file name to clipboardExpand all lines: pgml-cms/docs/open-source/pgml/developers/installation.md
+6Lines 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

Copy file name to clipboardExpand all lines: pgml-extension/Brewfile
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.