-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
Install **ZeroMQ.js** with prebuilt binaries: | ||
|
||
```sh | ||
npm install [email protected].15 | ||
npm install [email protected].16 | ||
``` | ||
|
||
Requirements for using prebuilt binaries: | ||
|
@@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc | |
To install from source: | ||
|
||
```sh | ||
npm install [email protected].15 --build-from-source | ||
npm install [email protected].16 --build-from-source | ||
``` | ||
|
||
If you want to link against a shared ZeroMQ library, you can build skip downloading `libzmq` and link with the | ||
installed library instead as follows: | ||
|
||
```sh | ||
npm install [email protected].15 --zmq-shared | ||
npm install [email protected].16 --zmq-shared | ||
``` | ||
|
||
If you wish to use any DRAFT sockets then it is also necessary to compile the library from source: | ||
|
||
```sh | ||
npm install [email protected].15 --zmq-draft | ||
npm install [email protected].16 --zmq-draft | ||
``` | ||
|
||
## Examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters