Skip to content

Commit

Permalink
Merge pull request theturtle32#69 from TazeTSchnitzel/patch-1
Browse files Browse the repository at this point in the history
Note node-gyp requirement
  • Loading branch information
theturtle32 committed Dec 27, 2012
2 parents 81f3071 + 8da3c36 commit f7a45eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ For more complete documentation, see the [Documentation Wiki](https://github.com

Installation
------------

WebSocket-Node uses gyp to compile native extensions. For this reason, make sure you've got a C++ compiler, and have done `npm install -g node-gyp` first. Native extensions are optional, however.

In your project root:

$ npm install websocket
Expand Down

0 comments on commit f7a45eb

Please sign in to comment.