Skip to content

Commit

Permalink
Updated reference to zeromq version.
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Jan 5, 2011
1 parent ae8d84b commit 8594948
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions overview-summary.html
Expand Up @@ -47,25 +47,23 @@ <h3><a name="Downloading">Downloading</a></h3>

<h3><a name="Building">Building</a></h3>

<p>This implementation requires a feature of ZeroMQ that is
not yet included in the main 2.0.7 repository, and therefore
needs a version of ZeroMQ from Sustrik's repository:</p>
<p>Obtain and build the latest version of zeromq:</p>

<p><a href="http://github.com/sustrik/zeromq2" target="_top"><tt>http://github.com/sustrik/zeromq2</tt></a></p>
<p><a href="http://github.com/zeromq/zeromq2" target="_top"><tt>http://github.com/zeromq/zeromq2</tt></a></p>

<pre> # Get and build 0MQ project

$ cd /tmp
$ git clone git://github.com/sustrik/zeromq2.git zeromq

$ cd zeromq
$ ./configure --with-pgm --prefix=/opt/zeromq-2.0.7
$ ./configure --with-pgm --prefix=/opt/zeromq-2.1.0
$ make
$ make install</pre>

<p>Erlzmq project comes with a bootstrap script that uses autotools to creare a
configure script. Below are the steps needed to build erlzmq given the location
of ZeroMQ installation being <code>/opt/zeromq-2.0.7</code>:</p>
of ZeroMQ installation being <code>/opt/zeromq-2.1.0</code>:</p>

<p>Make sure that Erlang is installed and <code>erl</code> is in the <code>PATH</code>. If it's not
in the path, specify <code>--with-erlang=PATH</code> option for the configure script.</p>
Expand All @@ -76,7 +74,7 @@ <h3><a name="Building">Building</a></h3>
$ git clone git@github.com:zeromq/erlzmq.git
$ cd /tmp/erlzmq
$ ./bootstrap
$ ./configure --with-zeromq=/opt/zeromq-2.0.7
$ ./configure --with-zeromq=/opt/zeromq-2.1.0
$ make
$ make docs</pre>

Expand Down Expand Up @@ -230,6 +228,6 @@ <h3><a name="License">License</a></h3>

<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 4 2011, 19:40:22.</i></p>
<p><i>Generated by EDoc, Jan 4 2011, 19:48:10.</i></p>
</body>
</html>
2 changes: 1 addition & 1 deletion zmq.html
Expand Up @@ -145,6 +145,6 @@ <h3 class="function"><a name="start_link-1">start_link/1</a></h3>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 4 2011, 19:40:22.</i></p>
<p><i>Generated by EDoc, Jan 4 2011, 19:48:10.</i></p>
</body>
</html>

0 comments on commit 8594948

Please sign in to comment.