Enforce MagickWand version in build.rs

It is very easy to overlook the version of MagickWand mentioned in the
README, so make sure the build system enforces it.

Fixes #19

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-10-16 11:00:06 -07:00
parent cb40925af0
commit b63f25c550
4 changed files with 33 additions and 2 deletions

View File

@ -7,6 +7,8 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
* Rust (~latest release)
* Cargo (~latest release)
* ImageMagick (version 6.9)
- [Homebrew](http://brew.sh) and [FreeBSD](https://www.freebsd.org) provide this version
- Linux may require building ImageMagick from source
* Clang (version 3.5 or higher)
- Or whatever version is dictated by rust-bindgen
* [rust-bindgen](https://github.com/Yamakaky/rust-bindgen) (version 0.19 or higher)