Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Platform

Kevin Suttle edited this page Aug 5, 2013 · 4 revisions

Platforms

It should work fine on Windows, Mac and Linux. We are committed to this working cross-platform.

Dependencies

On Linux/Mac, the image tasks assume you have jpegtran (part of the libjpeg-progs package http://www.ijg.org/), optipng (http://optipng.sourceforge.net/) and advpng (part of the advancecomp tools) (http://advancemame.sourceforge.net/doc-advpng.html) installed and on your path. The binaries are included for Windows users

On Mac OSX

Using homebrew, install the following packages:

brew install libjpeg optipng advancecomp

Using MacPorts, install the following packages:

sudo port install jpeg optipng advancecomp 

On Ubuntu

Using apt, install the following packages:

apt-get install libjpeg-progs optipng advancecomp