Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update info on mold availability on Windows and MacOS. #781

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/learn/book/getting-started/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ Bevy can be built just fine using default configuration on stable Rust. However
* **Ubuntu**: `sudo apt-get install mold`
* **Fedora**: `sudo dnf install mold`
* **Arch**: `sudo pacman -S mold`
* **Windows**: mold does not yet support Windows. [See this tracking issue](https://github.com/rui314/mold/issues/190) for more information.
* **MacOS**: mold does not yet support MacOS. [See this tracking issue](https://github.com/rui314/mold/issues/189) for more information.
* **Windows**: currently not planned for support [See this tracking issue](https://github.com/rui314/mold/issues/1069#issuecomment-1653436823) for more information.
* **MacOS**: is available commercially with [sold](https://github.com/bluewhalesystems/sold)

You will also need to add the following to your Cargo config at `YOUR_WORKSPACE/.cargo/config.toml`:

Expand Down
Loading