๐Installing Visual Studio & Rust
Last updated
Last updated
You will need Visual Studio in order to install Ord client. You can also use it to install Rust.
Go to Visual Studios website and install. You can select the Free Community version: https://visualstudio.microsoft.com/downloads/
Be sure to select the "Desktop Development with C++" click Install.
Once installed, in your Search bar at the bottom of the screen, type Developer. Click "Developer PowerShell for VS"
First, let's check to see if you already have Rust installed on your PC.
In PowerShell, run the following command:
If it is installed, it will tell you the version. Go ahead and continue to "Installing Ord Client" section of this tutorial:
Here is an example screenshot if it is not installed:
Go ahead and figure out if your Computer is a 32 or 64-bit system. Run the following command in PowerShell:
Go to the official Rust website https://www.rust-lang.org/tools/install and download Rust. Select the correct system (32 or 64 bit) based on the result above:
The file will be most likely in your Downloads folder. File name is "rustup-init". No need to click on it.
In Developer PowerShell, navigate to your Downloads folder (or whatever folder the "rustup-init" was saved to).
A simple cd
filepath
will navigate you there.
Run the following command to install Rust:
Close out of the current Developer PowerShell window and open a new one. Run the version command to see if it is successfully installed: