Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans committed Nov 28, 2019
1 parent afcc82c commit 4bd49a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### v6.0.0-beta.5

* Check if properties are defined before defining them. This ensures compatibility with alternative file loaders, notably by the Jest test framework.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The API reference [can be found here](http://zeromq.github.io/zeromq.js/globals.
Install ZeroMQ.js with prebuilt binaries:

```sh
npm install [email protected].4
npm install [email protected].5
```

Requirements for prebuilt binaries:
Expand Down Expand Up @@ -69,19 +69,19 @@ Make sure you have the following installed before attempting to build from sourc
To install from source

```sh
npm install [email protected].4 --build-from-source
npm install [email protected].5 --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].4 --zmq-shared
npm install [email protected].5 --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].4 --zmq-draft
npm install [email protected].5 --zmq-draft
```

# Examples
Expand Down

0 comments on commit 4bd49a5

Please sign in to comment.