Skip to content

macOS 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 XCode Command Line Tools by running sudo xcode-select --install in your terminal.
    • This provides ld64 and other tools needed to build binaries for macOS.
Clone this wiki locally