Skip to content

Commit 142d015

Browse files
committed
document required build dependencies
1 parent 86fbb56 commit 142d015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ NOTE: The 15 minute timeout for lambda still applies.
173173
2. Connect via SSH and:
174174

175175
```bash
176-
177-
# install postgres from source
178-
176+
# install packages required for building
177+
sudo dnf install make automake gcc gcc-c++ readline-devel zlib-devel openssl-devel libicu-devel
178+
# build and install postgres from source
179179
wget https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.gz
180180
tar zxf postgresql-16.3.tar.gz
181181
cd postgresql-16.3

0 commit comments

Comments
 (0)