Newer
Older
invertedlogic / Mac-Setup-brew-and-NTFS.sh
@John Ryland John Ryland on 8 Nov 2017 735 bytes add some tips
#!/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