From 5b4ba71530c91e3eaec4f83c25559786e5d60854 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Thu, 18 Aug 2016 14:58:45 -0700 Subject: [PATCH] Make note that Clang is required to build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e84e931..cda2bb9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) * Rust * Cargo * ImageMagick (version 6.9 or higher) +* Clang (LLVM front-end for C/C++) * [rust-bindgen](https://github.com/Yamakaky/rust-bindgen) (version 0.19 or higher) - This will be installed automatically if it is missing.