Created
April 17, 2013 19:11
-
-
Save Leechael/5406890 to your computer and use it in GitHub Desktop.
Small script that build lightpng on Mac OS X (with Homebrew installed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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