File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040Install ** ZeroMQ.js** with prebuilt binaries:
4141
4242``` sh
43- npm install zeromq@6.0.0-beta.18
43+ npm install zeromq@6.0.0-beta.19
4444```
4545
4646Requirements for using prebuilt binaries:
@@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc
7878To install from source:
7979
8080``` 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
8282```
8383
8484If you want to link against a shared ZeroMQ library, you can build skip downloading ` libzmq ` and link with the
8585installed library instead as follows:
8686
8787``` sh
88- npm install zeromq@6.0.0-beta.18 --zmq-shared
88+ npm install zeromq@6.0.0-beta.19 --zmq-shared
8989```
9090
9191If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
9292
9393``` sh
94- npm install zeromq@6.0.0-beta.18 --zmq-draft
94+ npm install zeromq@6.0.0-beta.19 --zmq-draft
9595```
9696
9797## Examples
Original file line number Diff line number Diff line change 11{
22 "name" : " zeromq" ,
3- "version" : " 6.0.0-beta.18 " ,
3+ "version" : " 6.0.0-beta.19 " ,
44 "description" : " Next-generation ZeroMQ bindings for Node.js" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments