From 8c80444907f30f5d6ba67241e567d00867122949 Mon Sep 17 00:00:00 2001 From: chris busbey Date: Fri, 13 Sep 2013 09:26:34 -0500 Subject: [PATCH] updated readme to reflect default zmq (3.2.2) and correct env var usage --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdce74d..4453e3d 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Build the code $ make -If you want to build against a specific version of ZeroMQ in the 3.1 -series (not `v3.1.0`), use this: +If you want to build against a specific version of ZeroMQ in the 3.2 +series (not `v3.2.2`), use this: - $ ZEROMQ_VERSION=v make + $ ZEROMQ_VERSION= make Be aware that this will almost assuredly not work correctly for any -versions of zeromq that are not in the 3.1 series. +versions of zeromq that are not in the 3.2 series. Build the docs