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