Skip to content

Commit

Permalink
Updated documentation on building from agner
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 4, 2011
1 parent b7a25c1 commit 3689d57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,10 @@ It is also available on [Agner](http://erlagner.org/):


$ agner build ezmq $ agner build ezmq


In order to build ezmq against a specific version of ZeroMQ (not `master`), use this:

$ ZEROMQ_VERSION=v<VERSION> agner build ezmq

Building Building
======== ========


Expand Down
6 changes: 6 additions & 0 deletions doc/overview.edoc
Expand Up @@ -30,6 +30,12 @@ It is also available on [http://erlagner.org/ Agner]:
$ agner build ezmq $ agner build ezmq
''' '''


In order to build ezmq against a specific version of ZeroMQ (not `master`), use this:

```
$ ZEROMQ_VERSION=v<VERSION> agner build ezmq
'''

== Building == == Building ==


Build the code Build the code
Expand Down

0 comments on commit 3689d57

Please sign in to comment.