We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedd601 commit f23f5e2Copy full SHA for f23f5e2
1 file changed
README.md
@@ -425,6 +425,16 @@ Then install:
425
426
sudo make install
427
428
+### Troubleshooting source install ###
429
+
430
+You need postgresql's libraries and headers for C lang available in order to
431
+install from source. If you don't have these, you may encounter `No such file
432
+or directory` errors and will not be able to run the `make` step above. This
433
+step may depend on your OS but to install them on Debian variants use you may
434
+use:
435
436
+ sudo apt-get install postgresql-server-dev-<YOUR_VERSION>
437
438
Install
439
=======
440
0 commit comments