Skip to content

Commit 5e7991e

Browse files
committed
improve install instructions for pg_golden_axe
1 parent 16af667 commit 5e7991e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pg_golden_axe/readme.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Mac Development
2+
3+
```
4+
brew install git icu4c pkg-config
5+
export PKG_CONFIG_PATH=/opt/homebrew/opt/icu4c/lib/pkgconfig
6+
cargo pgrx init --pg18 download
7+
8+
cargo test -p be #expect failures
9+
cargo pgrx install -p pg_golden_axe -c /tmp/golden-axe-pg-test/install/postgresql-18.1.0-aarch64-apple-darwin/bin/pg_config
10+
```
11+
12+
13+
## Server Deployment
14+
15+
```
16+
sudo apt-get install clang build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libxslt-dev libssl-dev libxml2-utils xsltproc ccache pkg-config
17+
```

0 commit comments

Comments
 (0)