-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Dev Env Setup
Rahul Butani edited this page May 26, 2022
·
2 revisions
- Install
rustupby following the instructions at rustup.rs.- This will install a Rust toolchain as well as Cargo, the Rust build tool and package manager.
- Install the Microsoft C++ Build Tools.
- This provides
link.exeand other tools needed to build binaries for Windows. - This guide may be helpful as well.
- This provides
You may wish to install git for Windows as well; this provides git-bash and some other UNIX-y utilities.