Content-Length: 913 | pFad | http://github.com/postgresml/postgresml/pull/1673.diff
thub.com 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.diff
Alternative Proxies: