Content-Length: 1322 | pFad | http://github.com/postgresml/postgresml/pull/1673.patch
thub.com From 649a0d77a5ca32617655b21d4b9c44c6e43ce4c9 Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:48:17 -0800 Subject: [PATCH] Update brewfile and build docs for macos --- pgml-cms/docs/open-source/pgml/developers/installation.md | 6 ++++++ pgml-extension/Brewfile | 1 + 2 files changed, 7 insertions(+) diff --git a/pgml-cms/docs/open-source/pgml/developers/installation.md b/pgml-cms/docs/open-source/pgml/developers/installation.md index 958ff0e81..b9a95d326 100644 --- a/pgml-cms/docs/open-source/pgml/developers/installation.md +++ b/pgml-cms/docs/open-source/pgml/developers/installation.md @@ -40,6 +40,12 @@ cargo install cargo-pgrx --version 0.12.9 && \ cargo pgrx init ``` +**NOTE: You may need to set the `PGK_CONFIG_PATH` env variable:** + +```bash +export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig" +``` + This step will take a few minutes. Perfect opportunity to get a coffee while you wait. ### Compile and install diff --git a/pgml-extension/Brewfile b/pgml-extension/Brewfile index 27acc3a89..6a342a34c 100644 --- a/pgml-extension/Brewfile +++ b/pgml-extension/Brewfile @@ -7,3 +7,4 @@ brew "cmake" brew "pkg-config" brew "openssl" brew "virtualenv" +brew "icu4c"Fetched URL: http://github.com/postgresml/postgresml/pull/1673.patch
Alternative Proxies: