diff options
| author | Brandon High <highb@users.noreply.github.com> | 2022-02-04 06:38:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 15:38:55 +0100 |
| commit | bc5686174463ad6f4f6b824b0e9b97c3039d4886 (patch) | |
| tree | 4b34f7aa81d8c884ac98642bff8b729cb357229b /README.md | |
| parent | 4cde788d3380c0486e29e194441e6f94f5c0c552 (diff) | |
doc: Add hints on how to get gcc installed (#741)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
