docs: Update Mac build article to fix minor typo and clarify.

This commit is contained in:
Bradley Sepos 2023-12-24 15:45:34 -05:00
parent cd1b7abe8a
commit 5ab5eed155
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -35,9 +35,9 @@ Additional dependencies (may be built via included script):
Optional dependencies (required by libdovi)
- [Rust](https://www.rust-lang.org/tools/install) 1.64.0 or later
- Cross-compiling requires the ana dditional target:
- Cross-compiling requires adding an additional target:
- `rustup target add aarch64-apple-darwin` for cross-compiling for Apple Silicon on an Intel Mac
- `rustup target add x86_64-apple-darwin` for cross-compiling for Intel on Apple Silicon
- `rustup target add x86_64-apple-darwin` for cross-compiling for Intel on an Apple Silicon Mac
- [openssl](https://www.openssl.org)
- [cargo-c](https://github.com/lu-zero/cargo-c)
- Can be installed by running `cargo install cargo-c`