ExMagick
USAGE
defp deps do
[{:exmagick, "~> 0.0.1"}]
endDEPENDENCIES
Linux
libtoolc compilergraphicsmagick
Example: Arch Linux
pacman -S gcc make libtool graphicsmagickExample: Debian
apt-get install gcc make libtool-bin libgraphicsmagick1-devOSX:
brew install libtool
brew install graphicsmagickINSTALLING
If you have all dependencies satisfied then the following should pass:
mix testDIRTY SCHEDULER
The library has support for using dirty scheduler but it is disabled by default. To enable it, define an environment variable before compiling:
env exm_dirty_sched=auto mix compileIt will enable dirty scheduler support when the machine provides support for it.
LINKS
LICENSE
- BSD3