From 3e9f65a5297dafb57f8f1ea9ff565cefe8b283bf Mon Sep 17 00:00:00 2001 From: Michael Griffin Date: Sun, 3 Mar 2013 01:47:07 -0800 Subject: [PATCH] Made further changes to the README file to include a list of ZeroMQ's dependancies --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6af2cd..4760bd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ Ansible Playbook - ZeroMQ ========================= -This Ansible playbook installs **ZeroMQ** and all of its dependancies. +This Ansible playbook installs **ZeroMQ** and all of its dependancies, and currently, along with its **Python** binding: **pyzmq**. -It's that slick. \ No newline at end of file +These are the files (ZeroMQ and its dependancies) it fetches and installs: + +* ZeroMQ +* autoconf +* automake +* build-essential +* libtool +* uuid-dev +* *python-pip* +* *python-dev* +* *pyzmq* + +It's that simple. \ No newline at end of file