We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fbb56 commit 142d015Copy full SHA for 142d015
README.md
@@ -173,9 +173,9 @@ NOTE: The 15 minute timeout for lambda still applies.
173
2. Connect via SSH and:
174
175
```bash
176
-
177
-# install postgres from source
178
+# 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
179
wget https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.gz
180
tar zxf postgresql-16.3.tar.gz
181
cd postgresql-16.3
0 commit comments