diff --git a/overview-summary.html b/overview-summary.html index 7a3c797..9e6dca5 100644 --- a/overview-summary.html +++ b/overview-summary.html @@ -41,54 +41,53 @@

Downloading

Project location and git origin:

Building

This implementation requires a feature of ZeroMQ that is -not yet included in the 2.0.6 release, and therefore ZeroMQ needs -to be patched by applying the zeromq-2.0.6.poll.patch patch.

+not yet included in the main 2.0.7 repository, and therefore +needs a version of ZeroMQ from Sustrik's repository:

-
  # Get erlzmq and 0MQ projects
+

http://github.com/sustrik/zeromq2

+ +
  # Get and build 0MQ project
 
   $ cd /tmp
-  $ git clone git://github.com/sustrik/zeromq2.git
-  $ git clone git://github.com/saleyn/erlzmq.git
+  $ git clone git://github.com/sustrik/zeromq2.git zeromq
   
-  # Patch ZeroMQ
-    
-  $ cp erlzmq/patches/zeromq-2.0.6.poll.patch /tmp/zeromq2/
-  $ cd /tmp/zeromq2
-  $ patch -p0 < zeromq-2.0.6.poll.patch
-  $ ./configure --with-pgm --prefix=/opt/zeromq-2.0.6
+  $ cd zeromq
+  $ ./configure --with-pgm --prefix=/opt/zeromq-2.0.7
   $ 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.6:

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

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.

Run:

-
  $ cd /tmp/erlzmq
+
  $ cd /tmp
+  $ git clone git@github.com:zeromq/erlzmq.git
+  $ cd /tmp/erlzmq
   $ ./bootstrap
-  $ ./configure --with-zeromq=/opt/zeromq-2.0.6
+  $ ./configure --with-zeromq=/opt/zeromq-2.0.7
   $ make
   $ make docs

Issue Tracking

-

http://github.com/saleyn/erlzmq/issues

+

http://github.com/zeromq/erlzmq/issues

Contributing

When you make any changes to documentation, run the following script to -update documentation on the http://saleyn.github.com/erlzmq site:

+update documentation on the http://zeromq.github.com/erlzmq site:

  $ make gitdocs
@@ -231,6 +230,6 @@

License


-

Generated by EDoc, Jul 24 2010, 14:12:22.

+

Generated by EDoc, Jul 24 2010, 14:28:56.

diff --git a/zmq.html b/zmq.html index de806c1..d3c45d5 100644 --- a/zmq.html +++ b/zmq.html @@ -123,6 +123,6 @@

start_link/1


-

Generated by EDoc, Jul 24 2010, 14:12:22.

+

Generated by EDoc, Jul 24 2010, 14:28:56.