Skip to content

Commit

Permalink
document required build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshy committed Jul 19, 2024
1 parent 86fbb56 commit 142d015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ NOTE: The 15 minute timeout for lambda still applies.
2. Connect via SSH and:

```bash

# install postgres from source

# install packages required for building
sudo dnf install make automake gcc gcc-c++ readline-devel zlib-devel openssl-devel libicu-devel
# build and install postgres from source
wget https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.gz
tar zxf postgresql-16.3.tar.gz
cd postgresql-16.3
Expand Down

0 comments on commit 142d015

Please sign in to comment.