Skip to content

Commit

Permalink
Merge pull request #26 from jc00ke/patch-1
Browse files Browse the repository at this point in the history
Update install commands for pngcrush and jpegoptim to latest versions
  • Loading branch information
toy committed Jan 29, 2014
2 parents f1e5034 + c6cb47d commit ebcc9b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ You will also need to install `jpegoptim` and `pngcrush` from source:
#### jpegoptim

cd /tmp
curl -O http://www.kokkonen.net/tjko/src/jpegoptim-1.2.4.tar.gz
tar zxf jpegoptim-1.2.4.tar.gz
cd jpegoptim-1.2.4
curl -O http://www.kokkonen.net/tjko/src/jpegoptim-1.3.0.tar.gz
tar zxf jpegoptim-1.3.0.tar.gz
cd jpegoptim-1.3.0
./configure && make && make install

#### pngcrush

cd /tmp
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.43/pngcrush-1.7.43.tar.gz
tar zxf pngcrush-1.7.43.tar.gz
cd pngcrush-1.7.43
curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/1.7.70/pngcrush-1.7.70.tar.gz
tar zxf pngcrush-1.7.70.tar.gz
cd pngcrush-1.7.70
make && cp -f pngcrush /usr/local/bin

### OS X: Macports
Expand Down

0 comments on commit ebcc9b0

Please sign in to comment.