TODO
Note
Documentation: https://bevyengine.org/learn/quick-start/getting-started/setup/.
- Run the Visual Studio 2019 build tools installer
- For easy setup, select the Desktop development with C++ workload in the installer.
- For a minimal setup, follow these steps:
- In the installer, navigate to Individual components
- Select the latest MSVC for your architecture and version of Windows
- Select the latest Windows SDK for your version of Windows
- Select the C++ CMake tools for Windows component
- Install the components
Install Cargo tools
# Rust task runner and build tool.
cargo install cargo-make
# Bevy compilation optimization (lld linker)
cargo install -f cargo-binutils
rustup component add llvm-tools-preview