Installs ZeroMQ on your platform.
The following platforms have been tested with this cookbook, meaning that the recipes run on these platforms without error:
- ubuntu (10.04/11.04/12.04/13.04/14.04)
- debian (6.0)
- centos (5.10/6.5)
Please [report][issues] any additional platforms so they can be added.
This cookbook depends on the following external cookbooks:
- build-essential
- ark
All attributes are named under the zeromq
keyspace. The attributes
specified in the cookbook are used to setup the default config file.
node[:zeromq][:src_version]
- version of zeromq to installnode[:zeromq][:src_checksum]
- checksum of zeromq source filenode[:zeromq][:install_dir]
- location to install zeromq tonode[:zeromq][:src_mirror]
- full URL to download the source from
Downloads ZeroMQ from src mirror and installs it.
- add support for Windows (when someone request for it)
Author:: Thomas Rampelberg (thomas@saunter.org)
Copyright 2011, Thomas Rampelberg
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.