#!/bin/bash echo "First install OSX Fuse - https://github.com/osxfuse/osxfuse/releases" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ntfs-3g # May need to setup cert.pem. # Run the keychain app, export the system certificates and copy to /usr/local/etc/openssl/cert.pem # Useful tools: # brew install imagemagick # - needed to hack the patch level version number of a libtiff related file it downloads to make it compile # brew install pngcrush # - needed to change in sse2 code the name of an include file xmmintrin.h -> emmintrin.h # brew install jpegoptim # - installed without issues