From 2d26310d0c91a17bb60c5e7a8f84664031ef9030 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Fri, 1 Feb 2019 16:49:04 -0500 Subject: [PATCH] README: fix windows installer URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c75e66a..56147b2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/) - [FreeBSD](https://www.freebsd.org): `sudo pkg install ImageMagick7` - [Homebrew](http://brew.sh): `brew install imagemagick` - Linux may require building ImageMagick from source, see the `Dockerfile` for an example - - Windows: download `*-dll` [installer](https://www.imagemagick.org/script/binary-releases.php#windows). Only MSVC version available. When installing, check the checkbox "Install development headers and libraries for C and C++". + - Windows: download `*-dll` [installer](https://www.imagemagick.org/script/download.php#windows). Only MSVC version available. When installing, check the checkbox "Install development headers and libraries for C and C++". * [Clang](https://clang.llvm.org) (version 3.5 or higher) - Or whatever version is dictated by [rust-bindgen](https://github.com/servo/rust-bindgen) * Optionally `pkg-config`, to facilitate linking with ImageMagick. Or you can set linker parameters via environment variables.