Gem Version Build Status Code Climate Dependency Status Inch CI

image_optim_pack

Precompiled binaries for image_optim.

Contains binaries for Mac OS X (>= 10.6, i386 and x86_64) and Linux (i686 and x86_64).

Binaries and libraries

You can download all source code using gnu make download target:

make download

Installation

gem install image_optim image_optim_pack

Or add to your Gemfile:

gem 'image_optim'
gem 'image_optim_pack'

Development

Mac OS X binaries and libraries are built on host, others using vagrant.

script/run # Build and test all for all oses and architectures
script/run NO_HALT=1 # Don't halt VMs after building

make all # Build and copy all to output directory for current os/arch, then test
make run # => all

make test # Test bins for current os/arch
make test -i # Continue if one of bins fail

make download # Download archives
make build # Build all without copying to output directory

make livecheck # Check versions
make update-versions # Update versions in Makefile

make clean # Remove build and output directories for current os/arch
make clean-all # Remove build root and output root directories
make clobber # `claen-all` and remove download directory

Copyright (c) 2014-2015 Ivan Kuchin. See LICENSE.txt for details.