Build on Solana
Installing on Mac
On macOS, Cargo comes bundled with Rust. To install Rust, simply visit the official Rust website and download the installer for macOS. Once installed, you can use Cargo by opening up a terminal window and running cargo commands.
Installing on Linux
On Linux, you can install Rust and Cargo using your system's package manager. For example, on Ubuntu or Debian, you can run the following command:
sudo apt-get install rustc cargo
Installing on Windows
On Windows, you can also install Rust and Cargo using the official Rust installer. Visit the official Rust website and download the installer for Windows. Once installed, you can use Cargo by opening up a command prompt or PowerShell window and running cargo commands.
Comments
Anonymous
You need to enroll in the course to be able to comment!