File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file 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.6
43+ npm install zeromq@6.0.0-beta.10
4444```
4545
4646Requirements for using prebuilt binaries:
@@ -52,7 +52,7 @@ Requirements for using prebuilt binaries:
5252
5353The following platforms have a ** prebuilt binary** available:
5454
55- * Linux on x86-64/armv7/armv8 with libstdc++.so.6.0.21+ (glibc++ 3.4.21+), for example:
55+ * Linux on x86-64 with libstdc++.so.6.0.21+ (glibc++ 3.4.21+), for example:
5656 * Debian 9+ (Stretch or later)
5757 * Ubuntu 16.04+ (Xenial or later)
5858 * CentOS 8+
@@ -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.6 --build-from-source
81+ npm install zeromq@6.0.0-beta.10 --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.6 --zmq-shared
88+ npm install zeromq@6.0.0-beta.10 --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.6 --zmq-draft
94+ npm install zeromq@6.0.0-beta.10 --zmq-draft
9595```
9696
9797## Examples
You can’t perform that action at this time.
0 commit comments