Skip to content

Commit 36663f5

Browse files
committed
Add Windows instructions to README
1 parent 3eccf5c commit 36663f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ PostgreSQL client for node.js. Pure JavaScript and native libpq bindings.
77
## Installation
88

99
npm install pg
10-
10+
11+
### Windows
12+
13+
1. Install Visual Studio C++ (successfully built with Express 2010). Express is free.
14+
2. Add your Postgre Installation's `bin` folder to the system path (i.e. `C:\Program Files\PostgreSQL\9.3\bin`).
15+
3. Make sure that both `libpq.dll` and `pg_config.exe` are in that folder.
16+
4. `npm install pg`
17+
1118
## Examples
1219

1320
### Client pooling

0 commit comments

Comments
 (0)