Skip to content

Commit

Permalink
Document --zmq-external option.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans authored and rgbkrk committed Aug 21, 2017
1 parent 3b981d8 commit 183f35b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ npm install zeromq

Now, prepare to be amazed by the wonders of binaries.

To use your system's libzmq (if it has been installed and development headers
are available):

```bash
npm install zeromq --zmq-external
```

### Rebuilding for Electron

If you want to use `zeromq` inside your [Electron](http://electron.atom.io/) application
Expand Down

0 comments on commit 183f35b

Please sign in to comment.