doc: update notes on building in Windows

This commit is contained in:
Nathan Fiedler
2024-06-13 21:36:12 -07:00
parent a133fe4a21
commit 459e392068
2 changed files with 28 additions and 11 deletions

View File

@ -46,6 +46,8 @@ cargo build
cargo test
```
If you are having trouble building on Windows, you are not alone. See the [INSTALL.md](./INSTALL.md) guide for the current state of affairs.
## Documentation
The API documentation is available at [github pages](https://nlfiedler.github.io/magick-rust) since the docs.rs system has a hard time building anything that requires an external library that is not wrapped in a "sys" style library. See [issue 57](https://github.com/nlfiedler/magick-rust/issues/57) for the "create a sys crate request."