Back to articles
[Rust Guide] 1.1. Install Rust
How-ToSystems

[Rust Guide] 1.1. Install Rust

via Dev.toSomeB1oody

1.1.1. Installing Rust from the Official Website Go to the Rust official website , where you can set the language in the top-right corner. Click "Get Started" and you will see the following interface: Choose the appropriate version based on your operating system: 32-BIT for 32-bit systems and 64-BIT for 64-bit systems. Most computers today are 64-bit. If you are unsure, as long as your computer isn’t very old, downloading the 64-bit version should work fine. To download Rust for MacOS , Linux , or the Windows Linux Subsystem , execute the following command in your terminal: curl --proto '=https' --tlsv1 .2 -sSf https://sh.rustup.rs | sh Open the downloaded installer, and you will see the following interface: There are three options: Option 1 (Default): Standard installation Option 2: Custom installation, allowing you to customize the installation path, components, toolchain version, etc. Option 3: Cancel installation For most users, Option 1 is sufficient (either type 1 and press Enter

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles