From 094e24d859ed976ec6ec433214d8e0e8d28bd735 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Thu, 18 Aug 2016 15:53:14 -0700 Subject: [PATCH] Clarify versions of dependencies --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cda2bb9..ab24ace 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) ## Dependenices -* Rust -* Cargo -* ImageMagick (version 6.9 or higher) -* Clang (LLVM front-end for C/C++) +* Rust (~latest release) +* Cargo (~latest release) +* ImageMagick (version 6.9) +* 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) - This will be installed automatically if it is missing.