File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 7
7
ZMQ_FLAGS =
8
8
endif
9
9
10
- ifeq ( $( ZEROMQ_VERSION ) ,"")
11
- ZEROMQ_VERSION =master
10
+ ifndef ZEROMQ_VERSION
11
+ ZEROMQ_VERSION =v2.1.4
12
12
endif
13
13
14
14
all : perf
15
15
16
16
deps/zeromq2 :
17
17
@mkdir -p deps
18
- @git clone git://github.com/zeromq/zeromq2.git deps/zeromq2
18
+ @git clone git://github.com/zeromq/zeromq2-1.git deps/zeromq2
19
+ @echo $(ZEROMQ_VERSION )
19
20
@cd deps/zeromq2 && git checkout $(ZEROMQ_VERSION )
20
21
21
22
deps/zeromq2/src/.libs/libzmq.a : deps/zeromq2
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ It is also available on [Agner](http://erlagner.org/):
21
21
22
22
$ agner build erlzmq
23
23
24
- In order to build erlzmq2 against a specific version of ZeroMQ (not ` master ` ), use this:
24
+ In order to build erlzmq2 against a specific version of ZeroMQ (not ` v2.1.4 ` ), use this:
25
25
26
26
$ ZEROMQ_VERSION=v<VERSION> agner build erlzmq
27
27
@@ -32,7 +32,7 @@ Build the code
32
32
33
33
$ make
34
34
35
- If you want to build against a specific version of ZeroMQ (not ` master ` ), use this:
35
+ If you want to build against a specific version of ZeroMQ (not ` v2.1.4 ` ), use this:
36
36
37
37
$ ZEROMQ_VERSION=v<VERSION> make
38
38
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ It is also available on [http://erlagner.org/ Agner]:
33
33
$ agner build erlzmq
34
34
'''
35
35
36
- In order to build erlzmq2 against a specific version of ZeroMQ (not 'master '), use this:
36
+ In order to build erlzmq2 against a specific version of ZeroMQ (not 'v2.1.4 '), use this:
37
37
38
38
```
39
39
$ ZEROMQ_VERSION=v<VERSION> agner build erlzmq
@@ -46,7 +46,7 @@ Build the code
46
46
$ make
47
47
'''
48
48
49
- If you want to build against a specific version of ZeroMQ (not 'master '), use this:
49
+ If you want to build against a specific version of ZeroMQ (not 'v2.1.4 '), use this:
50
50
51
51
```
52
52
$ ZEROMQ_VERSION=v<VERSION> make
You can’t perform that action at this time.
0 commit comments