Add Windows instructions to README

This commit is contained in:
P THE AWESOME 2014-06-11 17:32:13 -05:00
parent 3eccf5c4a8
commit 36663f566e

View File

@ -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