From eedbaf189b43e20e3738de38cc25818727bf628b Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Thu, 21 Apr 2011 16:55:37 -0700 Subject: [PATCH] Add note for Ubuntu users. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d2d34..3d6573c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ See [API.md](https://github.com/Neopallium/lua-zmq/blob/master/API.md) and Requirements ============ -* ZeroMQ version 2.1.x. Might work with some 2.0.x versions (2.0.6 and lower are not supported). +* ZeroMQ version 2.1.x. +* Might work with some 2.0.x versions (2.0.6 and lower are not supported). + +For Ubuntu 10.10 users: +* The version of ZeroMQ (2.0.6beta) that comes with Ubuntu 10.10 will not work with these bindings. Please upgrade to [version 2.1](http://fanf42.blogspot.com/2011/02/installing-zeromq-and-java-bindings-on.html). Installation ============