mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Made further changes to the README file to include a list of ZeroMQ's dependancies
This commit is contained in:
parent
a29d57c304
commit
3e9f65a529
1 changed files with 14 additions and 2 deletions
16
README.md
16
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.
|
||||
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.
|
Loading…
Reference in a new issue