...
Run the Homebrew install script:
Code Block |
---|
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
|
Tip |
---|
For more information on installing Homebrew, see the "Install Homebrew" section of the Homebrew home page. |
Next, install Git, a fast version control system used by Homebrew, to initiate the installation of ImageMagick:
Code Block |
---|
Next, install a package that includes a shared library required by ImageMagick:
Code Block |
---|
brew install libtool --universal
|
Finally, install ImageMagick:
Code Block |
---|
Tip | |||
---|---|---|---|
If you plan to upload TIFF images to your CollectionSpace system, you may need to instead:
|
Tip |
---|
If for any reason your ImageMagick installation via Homebrew fails, try:
|
...