mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
391 B
391 B
Ansible Playbook - ZeroMQ
This Ansible playbook installs ZeroMQ and all of its dependancies, and currently, along with its Python binding: pyzmq.
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.