Skip to content

Commit

Permalink
update info on mold availability on Windows and MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
miketwenty1 committed Oct 29, 2023
1 parent 1f8ad4d commit c39e855
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c39e855

Please sign in to comment.