From 85949484759549810bc48b316264c54651aa6bcb Mon Sep 17 00:00:00 2001 From: serge Date: Tue, 4 Jan 2011 19:48:11 -0500 Subject: [PATCH] Updated reference to zeromq version. --- overview-summary.html | 14 ++++++-------- zmq.html | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/overview-summary.html b/overview-summary.html index 443f55b..d6c889f 100644 --- a/overview-summary.html +++ b/overview-summary.html @@ -47,11 +47,9 @@

Downloading

Building

-

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:

+

Obtain and build the latest version of zeromq:

-

http://github.com/sustrik/zeromq2

+

http://github.com/zeromq/zeromq2

  # Get and build 0MQ project
 
@@ -59,13 +57,13 @@ 

Building

$ 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

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 /opt/zeromq-2.0.7:

+of ZeroMQ installation being /opt/zeromq-2.1.0:

Make sure that Erlang is installed and erl is in the PATH. If it's not in the path, specify --with-erlang=PATH option for the configure script.

@@ -76,7 +74,7 @@

Building

$ 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 @@ -230,6 +228,6 @@

License


-

Generated by EDoc, Jan 4 2011, 19:40:22.

+

Generated by EDoc, Jan 4 2011, 19:48:10.

diff --git a/zmq.html b/zmq.html index 6fd0b66..fee1aff 100644 --- a/zmq.html +++ b/zmq.html @@ -145,6 +145,6 @@

start_link/1


-

Generated by EDoc, Jan 4 2011, 19:40:22.

+

Generated by EDoc, Jan 4 2011, 19:48:10.