Installs zeromq.
- Tested on
- Debian 8.4
- Ubuntu 14.04
- CentOS 7.2
- apt
- build-essential
- git
- yum
See attributes/default.rb for defaults.
Note: If you want to install a different version than v4.1.4, just
change the src_url
and version
attributes.
If the source
installation method is being used, the recipe uses the creates
attribute
to be idempotent. If a newer version of zeromq does not create lib/libzmq.so
anymore, you can change this attribute.
Include the zeromq recipe to install zeromq on your system based on the default installation method:
include_recipe 'zeromq'
Currently the only installation method that is supported is: source
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.