Skip to content

Instantly share code, notes, and snippets.

@Leechael
Created April 17, 2013 19:11
Show Gist options
  • Select an option

  • Save Leechael/5406890 to your computer and use it in GitHub Desktop.

Select an option

Save Leechael/5406890 to your computer and use it in GitHub Desktop.
Small script that build lightpng on Mac OS X (with Homebrew installed).
#!/usr/bin/env bash
git clone -q git://github.com/shibukawa/lightpng.git
pushd lightpng
wget -nv "http://nchc.dl.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2"
tar xjf boost_1_53_0.tar.bz2
git submodule update --init
which scons || sudo brew install scons
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment