-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update tutorial to reflect new ways to install Rust compiler, issue #13578 #14374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
> the binary installer, the Windows build requires a MinGW installation, | ||
> the precise details of which are not discussed here. | ||
|
||
There is not an installer for Linux. To install the Rust compiler from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"There is not an installer" is fine? (Although "there is no installer for linux" also works)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it’s fine, just think that no is more concise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "no" is more grammatically correct - will fix.
Can you squash the commits? |
Whoops, apologies - saw the comment by @adrientetar and squashed my commits, but looks like it's already been somewhat resolved. |
It looks like a rebase may have gone awry here (a few merge commits have leaked in). |
So it would seem - I'll fix it up |
There, it's a little more sane now. |
…richton The current tutorial says that the only way to get master is to build from source, which isn't true anymore - nightly binaries and an installer for Mac OS X are now available at the install page: http://www.rust-lang.org/install.html . Feedback very much welcome! Addresses issue #13578.
The current tutorial says that the only way to get master is to build from source, which isn't true anymore - nightly binaries and an installer for Mac OS X are now available at the install page: http://www.rust-lang.org/install.html . Feedback very much welcome! Addresses issue #13578.