You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `target` is your desired Electron version. This will download the correct binary for usage in Electron.
53
53
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
+
54
57
## Installation - From Source
55
58
56
59
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