Skip to content

Commit 87d8727

Browse files
committed
Explain use of electron-builder with zeromq.js
1 parent db4c91b commit 87d8727

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ npm rebuild zeromq --runtime=electron --target=1.4.5
5151
```
5252
Where `target` is your desired Electron version. This will download the correct binary for usage in Electron.
5353

54+
For packaging your Electron application we recommend using [`electron-builder`](https://github.com/electron-userland/electron-builder) which handles rebuilding automatically. Enable the `npmSkipBuildFromSource` option to make use of the prebuilt binaries. For a real world example take a look at [nteract](https://github.com/nteract/nteract/blob/master/package.json).
55+
56+
5457
## Installation - From Source
5558

5659
If you are working on a Linux 32-bit system or want to install a developement version, you have to build `zeromq` from source.

0 commit comments

Comments
 (0)