Strike out bindgen in README file
This commit is contained in:
@ -10,10 +10,10 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
|
|||||||
- [Homebrew](http://brew.sh) and [FreeBSD](https://www.freebsd.org) provide this version
|
- [Homebrew](http://brew.sh) and [FreeBSD](https://www.freebsd.org) provide this version
|
||||||
- Homebrew: `brew install imagemagick@6` followed by `brew link --force imagemagick@6`
|
- Homebrew: `brew install imagemagick@6` followed by `brew link --force imagemagick@6`
|
||||||
- Linux may require building ImageMagick from source
|
- Linux may require building ImageMagick from source
|
||||||
* Clang (version 3.5 or higher)
|
* ~~Clang (version 3.5 or higher)~~
|
||||||
- Or whatever version is dictated by rust-bindgen
|
- ~~Or whatever version is dictated by rust-bindgen~~
|
||||||
* [rust-bindgen](https://github.com/Yamakaky/rust-bindgen) (version 0.19 or higher)
|
* ~~[rust-bindgen](https://github.com/Yamakaky/rust-bindgen) (version 0.19 or higher)~~
|
||||||
- This will be installed automatically if it is missing.
|
- ~~This will be installed automatically if it is missing.~~
|
||||||
* Must have `pkg-config` in order to link with MagickWand.
|
* Must have `pkg-config` in order to link with MagickWand.
|
||||||
|
|
||||||
See the `docs/Development_Setup.md` file for details particular to each platform.
|
See the `docs/Development_Setup.md` file for details particular to each platform.
|
||||||
|
|||||||
Reference in New Issue
Block a user