doc: Add hints on how to get gcc installed (#741)

This commit is contained in:
Brandon High
2022-02-04 06:38:55 -08:00
committed by GitHub
parent 4cde788d33
commit bc56861744
2 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Alternatively, for a first-time Rust learner, there are several other resources:
## Getting Started
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._
_Note: If you're on Linux, make sure you've installed gcc. Deb: `sudo apt install gcc`. Yum: `sudo yum -y install gcc`._
You will need to have Rust installed. You can get it by visiting https://rustup.rs. This'll also install Cargo, Rust's package/project manager.