From 36663f566e3bab6802e379612136ef4b81cdaa60 Mon Sep 17 00:00:00 2001 From: P THE AWESOME Date: Wed, 11 Jun 2014 17:32:13 -0500 Subject: [PATCH] Add Windows instructions to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f367277..973935e2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,14 @@ PostgreSQL client for node.js. Pure JavaScript and native libpq bindings. ## Installation npm install pg - + +### Windows + + 1. Install Visual Studio C++ (successfully built with Express 2010). Express is free. + 2. Add your Postgre Installation's `bin` folder to the system path (i.e. `C:\Program Files\PostgreSQL\9.3\bin`). + 3. Make sure that both `libpq.dll` and `pg_config.exe` are in that folder. + 4. `npm install pg` + ## Examples ### Client pooling