From 3a6e0afb9cb374635632f756787de7c53e871c43 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 16 Mar 2024 11:35:55 -0700 Subject: [PATCH] Added installation notes for Windows [skip ci] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b7e1ad..a6371fa 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ nmake /F Makefile.win nmake /F Makefile.win install ``` +If compilation fails with `Cannot open include file: 'postgres.h': No such file or directory`, make sure `PGROOT` is correct. + +If installation fails with `Access is denied`, re-run the installation instructions as an administrator. + You can also install it with [Docker](#docker) or [conda-forge](#conda-forge). ## Getting Started