Skip to content

Windows Dev Env Setup

Rahul Butani edited this page May 26, 2022 · 2 revisions

Rust Development

  1. Install rustup by following the instructions at rustup.rs.
    • This will install a Rust toolchain as well as Cargo, the Rust build tool and package manager.
  2. Install the Microsoft C++ Build Tools.
    • This provides link.exe and other tools needed to build binaries for Windows.
    • This guide may be helpful as well.

Extras

You may wish to install git for Windows as well; this provides git-bash and some other UNIX-y utilities.

Clone this wiki locally