-
Notifications
You must be signed in to change notification settings - Fork 0
macOS 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 XCode Command Line Tools by running
sudo xcode-select --installin your terminal.- This provides
ld64and other tools needed to build binaries for macOS.
- This provides