File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
Install ** ZeroMQ.js** with prebuilt binaries:
41
41
42
42
``` sh
43
- npm install zeromq@6.0.0-beta.18
43
+ npm install zeromq@6.0.0-beta.19
44
44
```
45
45
46
46
Requirements for using prebuilt binaries:
@@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc
78
78
To install from source:
79
79
80
80
``` sh
81
- npm install zeromq@6.0.0-beta.18 --build-from-source
81
+ npm install zeromq@6.0.0-beta.19 --build-from-source
82
82
```
83
83
84
84
If you want to link against a shared ZeroMQ library, you can build skip downloading ` libzmq ` and link with the
85
85
installed library instead as follows:
86
86
87
87
``` sh
88
- npm install zeromq@6.0.0-beta.18 --zmq-shared
88
+ npm install zeromq@6.0.0-beta.19 --zmq-shared
89
89
```
90
90
91
91
If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
92
92
93
93
``` sh
94
- npm install zeromq@6.0.0-beta.18 --zmq-draft
94
+ npm install zeromq@6.0.0-beta.19 --zmq-draft
95
95
```
96
96
97
97
## Examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zeromq" ,
3
- "version" : " 6.0.0-beta.18 " ,
3
+ "version" : " 6.0.0-beta.19 " ,
4
4
"description" : " Next-generation ZeroMQ bindings for Node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments