defp deps do
[{:exmagick, "~> 0.0.1"}]
endlibtoolc compilergraphicsmagick
$ pacman -S gcc make libtool graphicsmagick$ apt-get install gcc make libtool-bin libgraphicsmagick1-devOSX:
$ brew install libtool
$ brew install graphicsmagickIf you have all dependencies satisfied then the following should pass:
$ mix test
- BSD3