0.1.2 • Published 13 years ago
db2 v0.1.2
Installation instructions for db2.js
Make sure you have 'node-gyp' installed:
> npm install -g node-gypConfiguration
Configure the package using node-gyp:
> node-gyp configureIf you're running a "pre" version of node, you need to pass the node folder, e.g.:
> node-gyp configure --nodedir "$HOME/node"Compilation
Compile the package using node-gyp:
> node-gyp buildInstallation
FIXME
Testing
FIXME