This file contains 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
#! /bin/sh | |
# | |
# OS X shell script to fix RMagick compilation issues when using Homebrew's | |
# ImageMagick installation. This script will create the symlinks needed for | |
# RMagick to compile. Quantum depths of 8 and 16-bits supported. | |
# | |
# You can run this script with "sh whatever_script_name.sh" in your terminal | |
# or with a click if you change the file extension to "command". | |
# | |
# You can manually make the modifications by visiting the ImagicMagick library |