@@ -167,6 +167,10 @@ variable. If it isn't, run the installer again, select "Change" on the "Change,
167167repair, or remove installation" page and ensure "Add to PATH" is installed on
168168the local hard drive.
169169
170+ Rust does not do its own linking, and so you’ll need to have a linker
171+ installed. Doing so will depend on your specific system, consult its
172+ documentation for more details.
173+
170174If not, there are a number of places where we can get help. The easiest is
171175[ the #rust IRC channel on irc.mozilla.org] [ irc ] , which we can access through
172176[ Mibbit] [ mibbit ] . Click that link, and we'll be chatting with other Rustaceans
@@ -604,11 +608,11 @@ This chapter covered the basics that will serve you well through the rest of
604608this book, and the rest of your time with Rust. Now that you’ve got the tools
605609down, we'll cover more about the Rust language itself.
606610
607- You have two options: Dive into a project with ‘[ Learn Rust ] [ learnrust ] ’, or
611+ You have two options: Dive into a project with ‘[ Tutorial: Guessing Game ] [ guessinggame ] ’, or
608612start from the bottom and work your way up with ‘[ Syntax and
609613Semantics] [ syntax ] ’. More experienced systems programmers will probably prefer
610- ‘Learn Rust ’, while those from dynamic backgrounds may enjoy either. Different
614+ ‘Tutorial: Guessing Game ’, while those from dynamic backgrounds may enjoy either. Different
611615people learn differently! Choose whatever’s right for you.
612616
613- [ learnrust ] : learn-rust .html
617+ [ guessinggame ] : guessing-game .html
614618[ syntax ] : syntax-and-semantics.html
0 commit comments