We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c63d7ef + d4f850d commit 6bc1cf3Copy full SHA for 6bc1cf3
Dockerfile
@@ -8,8 +8,6 @@ RUN apt-get update -y
8
RUN apt-get install -y pkg-config
9
RUN npm install -g prebuild
10
11
-# libzmq-4.1.5 prerelease for tweetnacl build fixes
12
-ENV ZMQ b539733cee0f47f9bf1a70dc7cb7ff20410d3380
13
ENV NODE_VERSION 5
14
15
ADD . /zmq-prebuilt
README.md
@@ -117,6 +117,7 @@ docker run -it zmqprebuilt prebuild --all -u $GITHUB_TOKEN
117
From a Mac:
118
119
```
120
+./build_libzmq.sh
121
npm install
122
npm install -g prebuild
123
prebuild --all -u $GITHUB_TOKEN
0 commit comments