Made further changes to the README file to include a list of ZeroMQ's dependancies

This commit is contained in:
Michael Griffin 2013-03-03 01:47:07 -08:00
parent a29d57c304
commit 3e9f65a529

View file

@ -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.
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.